Skip to content

Commit

Permalink
docs: improved OnRoomsRegistered
Browse files Browse the repository at this point in the history
  • Loading branch information
MSchmoecker committed Jul 19, 2024
1 parent 10b3bc2 commit b2faaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JotunnLib/Managers/DungeonManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public class DungeonManager : IManager
public static event Action OnVanillaRoomsAvailable;

/// <summary>
/// Event that gets fired when the vanilla <see cref="DungeonDB"/> registers rooms. Your code will execute
/// Event that gets fired after all custom rooms are registered to the <see cref="DungeonDB"/>. Your code will execute
/// every time a main scene is started (on joining a game). <br />
/// If you want to execute just once you will need to unregister from the event after execution.
/// </summary>
Expand Down

0 comments on commit b2faaa2

Please sign in to comment.