void MoveSomewhere(int xOffset, int yOffset) { if (!GameController.frozen) { RoomController.ChangeRooms(xOffset, yOffset, this); } }