Пример #1
0
 protected virtual void DestroyPowerUp(BasePowerUp basePowerUp)
 {
     if (basePowerUp != null)
         basePowerUp.Destroy();
 }