| | |
| | | public const string POTENTIAL_NO_NOTIFY = "PotentialNoNotify";
|
| | | public const string FLASHSALE_REDPOINT = "FlashSale_Redpoint";
|
| | | public const string OSTIMEGIFT_REDPOINT = "OSTimeGift_Redpoint";
|
| | | public const string OSGIFT_REDPOINT = "OSGitf_Redpoint";
|
| | | public const string TASK_SKILL_HOLE = "TaskSkillHole";
|
| | | public const string RUNE_SPECIAL_HOLE = "RuneSpecialHole";
|
| | | public const string LEAGUE_NOTICE_REDPOINT = "LeagueNoticeRedpoint";
|
| | |
| | | SetDayRemind(POTENTIAL_NO_NOTIFY);
|
| | | SetDayRemind(FLASHSALE_REDPOINT);
|
| | | SetDayRemind(OSTIMEGIFT_REDPOINT);
|
| | | SetDayRemind(OSGIFT_REDPOINT);
|
| | | SetDayRemind(TASK_SKILL_HOLE);
|
| | | SetDayRemind(RUNE_SPECIAL_HOLE);
|
| | | SetDayRemind(LEAGUE_NOTICE_REDPOINT);
|