servercache

package
v0.0.0-...-ab4fb46 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 23, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Card

type Card struct {
	// カードID
	ID string
	// キャラクターID
	CharacterID string
	// 名前
	Name string
	// レアリティ
	Rarity enum.CardRarity
	// 所持スキル一覧
	Skills Card_SkillSlice
	// 公開日
	PublishTime time.Time
	// スキルパワー調整用係数
	SkillCoefficient int32
}

Card カード

type CardSlice

type CardSlice []*Card

type Card_Skill

type Card_Skill struct {
	// スキルID
	SkillID string
	// スキル発動条件ID
	SkillConditionID string
}

Card_Skill スキル

type Card_SkillSlice

type Card_SkillSlice []*Card_Skill

type Character

type Character struct {
	// キャラクターID
	ID string
	// 名前
	Name string
}

Character キャラクター

type CharacterSlice

type CharacterSlice []*Character

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL