Example #1
0
 public override void OnPickup( Player player)
 {
     this.SetDead(true);
     player.AddAmmo(m_Ammo);
 }