// // Input: qufu_list.proto // DO NOT EDIT! // using XGame.Framework.Network; namespace FL.Network { /// id=200200 public sealed partial class QufuListPush : IMsgPush { int IMessage.InstanceID { get; set; } object IMessage.Context { get; set; } int IMessage.ProtocolID => 200200; public void Clear() { } /// 区服列表 public System.Collections.Generic.List qufu_list; } }