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