This commit is contained in:
sharlottes
2021-05-05 22:24:48 +09:00
parent 5dcaf763e3
commit b24c5742ee
5 changed files with 38 additions and 5 deletions

View File

@@ -5,8 +5,10 @@ import mindustry.game.EventType.*;
import mindustry.mod.Mod;
public class Main extends Mod {
public static Setting settingAdder = new Setting();
public Main(){
Events.on(ClientLoadEvent.class, e -> {
settingAdder.init();
new HudUi().addTable();
});