Ejemplo n.º 1
0
 public bool AbilityUnlocked(PowerUp.POWERUPTYPE power)
 {
     return(_abilitys[(int)power]);
 }
Ejemplo n.º 2
0
 public void UnlockAbility(bool status, PowerUp.POWERUPTYPE power)
 {
     _abilitys[(int)power] = status;
 }