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