Esempio n. 1
0
 public void GotShot(Slug _slug)
 {
     if (_slug.Magnum.Owner != this)
         m_magnum.Smaller(_slug.weight);
 }
Esempio n. 2
0
 public void GotShot(Slug _slug)
 {
     this.Dead = true;
     explodeSound.Play();
 }