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