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