public System.Threading.Tasks.Task <WebGameClient.GameTableServiceReference.GameTable> JoinGameTableAsync(WebGameClient.GameTableServiceReference.CGUser user, WebGameClient.GameTableServiceReference.GameTable table)
 {
     return(base.Channel.JoinGameTableAsync(user, table));
 }
 public WebGameClient.GameTableServiceReference.GameTable JoinGameTable(WebGameClient.GameTableServiceReference.CGUser user, WebGameClient.GameTableServiceReference.GameTable table)
 {
     return(base.Channel.JoinGameTable(user, table));
 }