added OverDrawer.java

This commit is contained in:
sharlotte
2021-08-26 13:47:55 +09:00
parent 0c76cd3ec8
commit 698f53b49d
3 changed files with 285 additions and 243 deletions

View File

@@ -60,7 +60,8 @@ public class Main extends Mod {
hud.addUnitTable();
hud.addTable();
hud.addWaveInfoTable();
hud.setEvent();
hud.setEvents();
OverDrawer.setEvent();
});
Events.on(WorldLoadEvent.class, e -> {