Exemplo n.º 1
0
 public void Init(Player _player, Skill_Fury _skill)
 {
     player   = _player;
     refSkill = _skill;
     refSkill.SetActive(true);
     currentActivationTime = _skill.activationTime;
 }
Exemplo n.º 2
0
        public override Skill CreateInstance()
        {
            Skill_Fury skill = new Skill_Fury();

            skill.meta = this;
            return(skill);
        }