public static void MovePlayer(Rooms currentLocation) { NewRoom(currentLocation); }
public static void NewRoom(Rooms currentLocation) { Player.CurrentRoom = currentLocation; }