public void MoveRight(Player player, List <int>[,] walls) { if (player.CanMove(ArenaCommandEnum.MoveRight, walls)) { player.MoveRight(); } }