- using XGame.Framework.Network;
- namespace FL.Network
- {
- public class MountIntoResponseCtrl : MsgController<MountIntoResponse>
- {
- protected override void OnProcess(MountIntoResponse message, object context)
- {
- EventSingle.Instance.Notify(EventDefine.RefreshMountInfo);
- }
- }
- }
|