Example #1
0
 public System.Threading.Tasks.Task <string> createroomAsync(GameSystem.ws.roomer rm)
 {
     return(base.Channel.createroomAsync(rm));
 }
Example #2
0
 public string createroom(GameSystem.ws.roomer rm)
 {
     return(base.Channel.createroom(rm));
 }