hch
2025-08-25 eabc1cf8441444ea40b0fb00b394009eb5c9e90d
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);
        }
    }