PresetRoomListFULL version only
Class in ChivalrousGames.DungeonMaster
Description
Wrapper to be able to use PropertyDecorators.
Fields
presetRooms | List<PresetRoom> | A list of PresetRooms. |
Methods
GetPresetRoomByCoordinate
public PresetRoom GetPresetRoomByCoordinate(Point coordinate);
Parameters
coordinate | Point | The coordinate of the requested PresetRoom. |
Return
PresetRoom | The PresetRoom if found; otherwise, null. |
Description
Gets a PresetRoom by its coordinate.