Class in ChivalrousGames.DungeonMaster / Inherits from: ScriptableObject
Description
Stores the common elements of a SpawnableType and a ConnectorType.Fields
displayName | string | The name to display to users. Mostly used for by journey system. Optional. |
allowJourney | bool | FULL version only Check this option to allow a Journey calculation to reach a spawnable with this type. Ideally a map object should be provided to identify it on the map. |
displayMode | MapDisplayMode | The required minimum RoomStatus for this SpawnableType to be displayed on the map. |