DungeonConnectorPointConfig
Class in ChivalrousGames.DungeonMaster / Inherits from: BaseConnectorPointConfig
Description
Explains to a DungeonConnectorPoint how to spawn a DungeonConnector
Fields
dungeonConnector | DungeonConnector | The DungeonConnector that can be spawned here. |
Methods
GetConnector
public DungeonConnector GetConnector();
Return
DungeonConnector | The DungeonConnector to spawn at this location |
Description
A simple method that returns the value of field “dungeonConnector”