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