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