ShengbingUnlockJibanAllResponseCtrl.cs 374 B

12345678910111213
  1. using XGame.Framework.Network;
  2. namespace FL.Network
  3. {
  4. public class ShengbingUnlockJibanAllResponseCtrl
  5. : MsgController<ShengbingUnlockJibanAllResponse>
  6. {
  7. protected override void OnProcess(ShengbingUnlockJibanAllResponse message, object context)
  8. {
  9. EventSingle.Instance.Notify(EventDefine.PartnerJibanRwdGetAll);
  10. }
  11. }
  12. }