Exemplo n.º 1
0
 public System.Threading.Tasks.Task <MazeRunnerConsole.MazeRunner.Player> MovePlayerAsync(string gameKey, string playerKey, MazeRunnerConsole.MazeRunner.Direction direction)
 {
     return(base.Channel.MovePlayerAsync(gameKey, playerKey, direction));
 }
Exemplo n.º 2
0
 public MazeRunnerConsole.MazeRunner.Player MovePlayer(string gameKey, string playerKey, MazeRunnerConsole.MazeRunner.Direction direction)
 {
     return(base.Channel.MovePlayer(gameKey, playerKey, direction));
 }