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

minor fixes

This commit is contained in:
2025-12-06 22:41:18 +09:00
parent b2c04c1dff
commit f237789fa0
5 changed files with 44 additions and 13 deletions

View File

@@ -342,7 +342,7 @@ public class LogisticMiner : BaseUnityPlugin
public float FrameNext;
/* stores list of indices to veinData, with an extra INT which indicates cout of veinGroups at last */
private Dictionary<int, List<int>> _veins = new();
private Dictionary<int, List<int>> _veins = [];
private int _mineIndex = -1;
public bool HasVein(int productId)