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