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