hch
9 天以前 af6e207c6d185ed66125e85e18c02c63bea597f9
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;
    //投资对应奖励
@@ -250,7 +250,7 @@
    {
        if (id == FuncID)
        {
            activity.StateUpdate(id);
            // activity.StateUpdate(id);
            UpdateRedpoint();
        }