using XGame.Framework.Network; namespace FL.Network { public class MountShangzhenResponseCtrl : MsgController<MountShangzhenResponse> { protected override void OnProcess(MountShangzhenResponse message, object context) { } } }