DungeonConnection
Class in ChivalrousGames.DungeonMaster
Description
Explains to the Dungeon how to spawn a DungeonConnector in a Level.
Fields
level | Level | The Level in which the DungeonConnector should appear. |
anyType | bool | If true, then a DungeonConnector of any ConnectorType will be used. |
connectorType | ConnectorType | A DungeonConnector with this ConnectorType will be used. |
fallbackOnAny | bool | If true and if a DungeonConnector with the specified ConnectorType isn’t found, will try to create a DungeonConnector with any ConnectorType. |