Esempio n. 1
0
 public System.Threading.Tasks.Task <bool> TakeTurnAsync(BattleLib.RoundAction Turn, string UserKey, string BattleKey)
 {
     return(base.Channel.TakeTurnAsync(Turn, UserKey, BattleKey));
 }
Esempio n. 2
0
 public bool TakeTurn(BattleLib.RoundAction Turn, string UserKey, string BattleKey)
 {
     return(base.Channel.TakeTurn(Turn, UserKey, BattleKey));
 }