Ejemplo n.º 1
0
 public void Shoot()
 {
     if (_charHandler != null)
     {
         _charHandler.ShootTrace();
     }
 }