Ejemplo n.º 1
0
 public System.Threading.Tasks.Task SetGameRulesAsync(Logger.ConfigurationSvc.GameRules rules)
 {
     return(base.Channel.SetGameRulesAsync(rules));
 }
Ejemplo n.º 2
0
 public void SetGameRules(Logger.ConfigurationSvc.GameRules rules)
 {
     base.Channel.SetGameRules(rules);
 }