Skills
abstract class Skills(val code: String, val name: String, val description: String, val skillsType: SkillsType, val target: TargetType, val cooldown: Int = 0) : Describable
Inheritors
Constructors
Link copied to clipboard
constructor(code: String, name: String, description: String, skillsType: SkillsType, target: TargetType, cooldown: Int = 0)