Package-level declarations

Types

Link copied to clipboard
class Boss(val name: String, val description: String, val atk: Long, val def: Long, val hp: Long, val crit: Int, val critDamage: Int) : GameEntity

boss实体

Link copied to clipboard
interface EntityUnit

实体单位

Link copied to clipboard

游戏实体

Link copied to clipboard
class Player(val name: String, val description: String, val occ: Occupation, val speed: Int, val atk: Long, val def: Long, val hp: Long, val crit: Int, val critDamage: Int) : GameEntity

玩家实体

Link copied to clipboard
class PropertyListConverter : AttributeConverter<List<Property>, String>
Link copied to clipboard
class StringListConverter : AttributeConverter<List<String>, String>