Event OnRoomsRegistered
Event that gets fired after all custom rooms are registered to the DungeonDB. Your code will execute
every time a main scene is started (on joining a game).
If you want to execute just once you will need to unregister from the event after execution.
If you want to execute just once you will need to unregister from the event after execution.
Namespace: Jotunn.Managers
Assembly: Jotunn.dll
Syntax
public static event Action OnRoomsRegistered
Returns
| Type | Description |
|---|---|
| Action | Event that gets fired after all custom rooms are registered to the DungeonDB. Your code will execute every time a main scene is started (on joining a game). If you want to execute just once you will need to unregister from the event after execution. |