| | |
| | | void OnPlayerLoginOk()
|
| | | {
|
| | | HeroCallRedPoint();
|
| | | GubaoManager.Instance.GubaoCallRedPoint();
|
| | | }
|
| | |
|
| | |
|
| | |
| | | private void UpdateFuncState(int funcId)
|
| | | {
|
| | | HeroCallRedPoint();
|
| | | GubaoManager.Instance.GubaoCallRedPoint();
|
| | | }
|
| | |
|
| | |
|
| | | private void RefreshXBTool(PackType type, int index, int id)
|
| | | {
|
| | | if (type != PackType.Item) return;
|
| | | if (!CheckIsXBTool(id, (int)HappXBTitle.HeroCallAdvanced))
|
| | | if (CheckIsXBTool(id, (int)HappXBTitle.HeroCallAdvanced))
|
| | | {
|
| | | HeroCallRedPoint();
|
| | | return;
|
| | | }
|
| | |
|
| | | HeroCallRedPoint();
|
| | | if (CheckIsXBTool(id, (int)HappXBTitle.Gubao))
|
| | | {
|
| | | GubaoManager.Instance.GubaoCallRedPoint();
|
| | | return;
|
| | | }
|
| | |
|
| | | |
| | | }
|
| | |
|
| | | void OnDayEvent()
|
| | | { |
| | | {
|
| | | HeroCallRedPoint();
|
| | | GubaoManager.Instance.GubaoCallRedPoint();
|
| | | }
|
| | |
|
| | | //英雄招募
|