1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 22:53:33 +08:00

work in progress

This commit is contained in:
2025-12-02 00:10:02 +08:00
parent 29ee32b11b
commit b2c04c1dff
4 changed files with 178 additions and 84 deletions

View File

@@ -24,6 +24,7 @@ public class UIPatch : PatchImpl<UIPatch>
GameLogicProc.OnGameBegin += PlanetVeinUtilization.OnGameBegin;
Enable(true);
Functions.UIFunctions.InitMenuButtons();
Functions.UIFunctions.InitMilkyWayTopTenPlayers();
PlanetVeinUtilization.Enable(PlanetVeinUtilizationEnabled.Value);
}