Example #1
0
 public virtual void OnCollisionPlayer(Player player)
 {
     Sound.Play(Sound.powerup);
     isDead = true;
 }