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