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