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