Documentation cleanup

This commit is contained in:
Anuken
2022-03-08 19:32:05 -05:00
parent 7475e517e9
commit 775c7722b2
3 changed files with 2 additions and 12 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ public class EventType{
public static class MusicRegisterEvent{}
/** Called *after* all the modded files have been added into Vars.tree */
public static class FileTreeInitEvent{}
/** Called when a game begins and the world is loaded. */
/** Called when a game begins and the world tiles are loaded. Entities are not yet loaded at this stage. */
public static class WorldLoadEvent{}
public static class SaveLoadEvent{