From b2faaa2c34d65ce4d9fdb5a9f0b13043f8c1a7ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Schm=C3=B6cker?= Date: Fri, 19 Jul 2024 08:36:27 +0200 Subject: [PATCH] docs: improved OnRoomsRegistered --- JotunnLib/Managers/DungeonManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JotunnLib/Managers/DungeonManager.cs b/JotunnLib/Managers/DungeonManager.cs index 48eead4b3..b32e3f183 100644 --- a/JotunnLib/Managers/DungeonManager.cs +++ b/JotunnLib/Managers/DungeonManager.cs @@ -31,7 +31,7 @@ public class DungeonManager : IManager public static event Action OnVanillaRoomsAvailable; /// - /// Event that gets fired when the vanilla registers rooms. Your code will execute + /// Event that gets fired after all custom rooms are registered to the . 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. ///