Main/System/Invest/InvestModel.cs
@@ -32,7 +32,7 @@ public event Action onSelectUpdate; public event Action onInvestUpdate; public event Action<int> onInvestUpdate; public const int redpointID = 20931; public Redpoint redpoint = new Redpoint(MainRedDot.REDPOINT_OPENSERVER, redpointID); @@ -305,7 +305,7 @@ if (onInvestUpdate != null) { onInvestUpdate(); onInvestUpdate(package.InvestType); } }