Beispiel #1
0
 public System.Threading.Tasks.Task SetFieldAsync(GameClientSpace.GameClient data, string room)
 {
     return(base.Channel.SetFieldAsync(data, room));
 }
Beispiel #2
0
 public void SetField(GameClientSpace.GameClient data, string room)
 {
     base.Channel.SetField(data, room);
 }