private void Shoot(NetworkEntity target)
 {
     target.SendMessage("Shot", this, SendMessageOptions.DontRequireReceiver);
 }