Пример #1
0
 public System.Threading.Tasks.Task <PowerRunner.MazeRunner.Player> MovePlayerAsync(string gameKey, string playerKey, PowerRunner.MazeRunner.Direction direction)
 {
     return(base.Channel.MovePlayerAsync(gameKey, playerKey, direction));
 }
Пример #2
0
 public PowerRunner.MazeRunner.Player MovePlayer(string gameKey, string playerKey, PowerRunner.MazeRunner.Direction direction)
 {
     return(base.Channel.MovePlayer(gameKey, playerKey, direction));
 }