Пример #1
0
 public void RemovePowerUp(PowerUp p) {this.powerUps.Remove(p);}
Пример #2
0
 public void AddPowerUp(PowerUp p) {this.powerUps.Add(p);}