Ejemplo n.º 1
0
 public bool FireLaser()
 {
     Operations.FireLaser(this.Game, this.Id, this.Game.Settings.SendReliable);
     return(true);
 }