revive arrow

This commit is contained in:
sharlottes
2021-05-29 21:34:56 +09:00
parent d11afc5ab2
commit 514c4b3bff
5 changed files with 23 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ public class Main extends Mod {
hud.addWaveTable();
hud.addUnitTable();
hud.addTable();
hud.setDraw();
});
Events.on(WorldLoadEvent.class, e -> {