Esempio n. 1
0
 public SkillControl(CharacterParameter characterParameter, Skill s)
 {
     needCoolFrame     = characterParameter.GetCoolDownFrameFromSkill(s);
     coolingSkillFrame = needCoolFrame;
     skill             = s;
 }