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