| | |
| | | |
| | | |
| | | //自选礼包的活动 |
| | | public class CustomizedGiftModel : GameSystemManager<CustomizedGiftModel>, IOpenServerActivity |
| | | public class CustomizedGiftModel : GameSystemManager<CustomizedGiftModel>, IOpenServerActivity |
| | | { |
| | | public event Action<int> onStateUpdate; |
| | | public Redpoint enRedPoint = new Redpoint(MainRedDot.CustomizedGiftRedpoint); |
| | |
| | | private int GiftAwardRecord; //领取状态 |
| | | |
| | | public const int activityType = (int)OpenServerActivityCenter.ActivityType.AT_DateActivity; |
| | | public const int activityID = (int)NewDayActivityID.CustomizedGiftWin; |
| | | public static OperationType operaType = OperationType.CustomizedGift; |
| | | public const int activityID = 99999; |
| | | //public const int activityID = (int)NewDayActivityID.CustomizedGiftWin; |
| | | public static OperationType operaType = (OperationType)99999999; |
| | | //public static OperationType operaType = OperationType.CustomizedGift; |
| | | |
| | | public int actNum; //对应界面 |
| | | public event Action UpdateRechargeGiftActEvent; |