| | |
| | | }
|
| | |
|
| | |
|
| | | public struct RechargeCount
|
| | | {
|
| | | public int todayCount;
|
| | | public int totalCount;
|
| | | public int weekPayCount;
|
| | | public int monthPayCount;
|
| | | public int selectItemValue;
|
| | |
|
| | | }
|
| | |
|
| | | public int FirstGoldServerDay = 0; //0表示未充值,首充时为开服第几天(openday+1)
|
| | |
|
| | |
| | | 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()
|
| | | {
|
| | |
| | | }
|
| | |
|
| | |
|
| | | public struct RechargeCount
|
| | | {
|
| | | public int todayCount;
|
| | | public int totalCount;
|
| | | public int weekPayCount;
|
| | | public int monthPayCount;
|
| | | public int selectItemValue;
|
| | |
|
| | | }
|