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