lcy
2025-11-05 3b2a6bb9047cfce9f501593b3669a9c1af6c5df4
Main/System/Recharge/RechargeManager.cs
@@ -674,13 +674,13 @@
        return 0;
    }
    public void UpdateFirstChargeReward(HAA02_tagMCFirstGoldInfo package)
    {
        FirstGoldServerDay = package.FirstGoldServerDay;
        firstChargeRewardGet = package.FirstGoldRewardState;
        UpdateFirstRechargeRedpoint();
        UpdateRedpoint();
    }
    // public void UpdateFirstChargeReward(HAA02_tagMCFirstGoldInfo package)
    // {
    //     FirstGoldServerDay = package.FirstGoldServerDay;
    //     firstChargeRewardGet = package.FirstGoldRewardState;
    //     UpdateFirstRechargeRedpoint();
    //     UpdateRedpoint();
    // }
    private void UpdateFirstRechargeRedpoint()
    {