Package-level declarations
Types
Link copied to clipboard
object CodesSFireball
技能code列表S
Link copied to clipboard
class FireballSkills(val code: String, val name: String, val description: String, val skillsType: SkillsType, val target: TargetType, val cooldown: Int, calculate: (atk: Long) -> Int = { atk -> (atk * 1.5f).roundToInt() }) : Skills
Link copied to clipboard
object FireballSkillsRegistrar
Link copied to clipboard
abstract class Skills(val code: String, val name: String, val description: String, val skillsType: SkillsType, val target: TargetType, val cooldown: Int = 0) : Describable
Link copied to clipboard
object SkillsFactory
Link copied to clipboard
Link copied to clipboard
定义技能、效果或交互的目标选择类型。