예제 #1
0
 public bool LaunchBomb(Vector rot)
 {
     Operations.LaunchBomb(this.Game, rot, this.Id, this.Game.Settings.SendReliable);
     return(true);
 }