Пример #1
0
 /// <summary>
 /// Removes the PowerUp from the model.
 /// </summary>
 /// <param name="powerUp"></param>
 public void Remove(PowerUp powerUp)
 {
     _powerUps.Remove(powerUp);
 }
Пример #2
0
 /// <summary>
 /// Removes the PowerUp from the model.
 /// </summary>
 /// <param name="powerUp"></param>
 public void Remove( PowerUp powerUp )
 {
     _powerUps.Remove( powerUp );
 }