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

code cleanup

This commit is contained in:
2023-12-14 21:55:44 +08:00
parent 51f35bb573
commit aae771d730
6 changed files with 10 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ public class OrbitalCollectorBatchBuild : BaseUnityPlugin
private bool _cfgEnabled = true;
private static int _maxBuildCount;
private static bool _instantBuild = false;
private static bool _instantBuild;
private void Awake()
{