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