示例#1
0
 public bool ApplyBreak()
 {
     Operations.Break(this.Game, this.Id, this.Game.Settings.SendReliable);
     return(true);
 }