Пример #1
0
 public System.Threading.Tasks.Task <WinFormsClient.RemoteService.Tank[]> ApplyStrategyAsync(WinFormsClient.RemoteService.Tank[] tanks, WinFormsClient.RemoteService.FieldTanksTankColor tankColor, string player, bool attack)
 {
     return(base.Channel.ApplyStrategyAsync(tanks, tankColor, player, attack));
 }
Пример #2
0
 public WinFormsClient.RemoteService.Tank[] ApplyStrategy(WinFormsClient.RemoteService.Tank[] tanks, WinFormsClient.RemoteService.FieldTanksTankColor tankColor, string player, bool attack)
 {
     return(base.Channel.ApplyStrategy(tanks, tankColor, player, attack));
 }