Пример #1
0
 public override IAtomicAction CreateLevelUpAction(Player player)
 {
     return(SkillUtils.SuperSkillLevelUp(this, player));
 }