Exemplo n.º 1
0
 // destroys the bullet and its copies over network
 private void EventWasHit()
 {
     m_bulletEffect.PreFinish();
 }
Exemplo n.º 2
0
 public void EventWasHit()
 {
     bulletEffect.PreFinish();
 }