- namespace ET
- {
- [MessageHandler]
- public class S2C_NoticeTimeLimitLuckyBoxDropOutCountHandler : AMHandler<S2C_NoticeTimeLimitLuckyBoxDropOutCount>
- {
- protected override async ETTask Run(Session session, S2C_NoticeTimeLimitLuckyBoxDropOutCount message)
- {
- await ETTask.CompletedTask;
- }
- }
- }
|