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