Example #1
0
 public void RemovePowerUp(PowerUp p) {this.powerUps.Remove(p);}
Example #2
0
 public void AddPowerUp(PowerUp p) {this.powerUps.Add(p);}