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