Method AddCustomRoom
| Improve this Doc View SourceAddCustomRoom(CustomRoom)
Add a CustomRoom to the game.
Checks if the custom room is valid and unique and adds it to the list of custom rooms.
Checks if the custom room is valid and unique and adds it to the list of custom rooms.
Declaration
public bool AddCustomRoom(CustomRoom customRoom)
Parameters
Type | Name | Description |
---|---|---|
CustomRoom | customRoom | The custom Room to add. |
Returns
Type | Description |
---|---|
bool | true if the custom Room was added to the manager. |