Example #1
0
 private void OnEnable()
 {
     aerocraft  = bossData.bossAttribute;
     skills     = aerocraft.skills;
     cooldowns  = new float[skills.Count];
     skillTimer = 0;
 }
Example #2
0
 void OnEnable()
 {
     robot      = bossData.bossAttribute;
     skills     = robot.skills;
     cooldowns  = new float[skills.Count];
     skillTimer = 0;
 }