lcy
2025-11-12 f1e5df1fc8eadd0eb27e0a6870501fa25a42b5a1
Main/System/Invest/InvestModel.cs
@@ -6,9 +6,9 @@
public class InvestModel : GameSystemManager<InvestModel>
{
    public ILOpenServerActivityProxy activity;
    // public ILOpenServerActivityProxy activity;
    public const int FuncID = 119;
    public const int FuncID = 25;
    //投资对应奖励
@@ -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);
@@ -250,7 +250,7 @@
    {
        if (id == FuncID)
        {
            activity.StateUpdate(id);
            // activity.StateUpdate(id);
            UpdateRedpoint();
        }
@@ -305,7 +305,7 @@
        if (onInvestUpdate != null)
        {
            onInvestUpdate();
            onInvestUpdate(package.InvestType);
        }
    }