public RoomData(RoomFloorType _floorType, RoomCeilingType _ceilingType) { floorType = _floorType; ceilingType = _ceilingType; }