Пример #1
0
 // Notify the player that a powerup exists in the scene.
 private void NotifyPowerupExists()
 {
     playerPowerup.SetPowerupExists(true);
 }