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