Beispiel #1
0
 //forward call to the PowerUpManager
 //returns the passive powerup
 public PassivePowerUp GetPassivePowerUp()
 {
     return(powerUpScript.GetPassiveSelection());
 }