//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // ************************************************************************** // 作者= jjr // 创建时间 = 2017-03-23 // 用途= 仙盟管理 // ************************************************************************* // Generated from: guildManagerHandler.proto // Note: requires additional types generated from: item.proto // Note: requires additional types generated from: player.proto namespace pomelo.guild { //--------------------------------------------------------------------------------------- /// /// 使用权限 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UseCond")] public partial class UseCond : global::ProtoBuf.IExtensible { public UseCond() {} private int _level = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int level { get { return _level; } set { _level = value; } } private int _upLevel = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"upLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int upLevel { get { return _upLevel; } set { _upLevel = value; } } private int _job; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"job", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int job { get { return _job; } set { _job = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 装备品质条件 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"QualityCond")] public partial class QualityCond : global::ProtoBuf.IExtensible { public QualityCond() {} private int _level = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int level { get { return _level; } set { _level = value; } } private int _upLevel = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"upLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int upLevel { get { return _upLevel; } set { _upLevel = value; } } private int _qColor = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"qColor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int qColor { get { return _qColor; } set { _qColor = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DepotCondition")] public partial class DepotCondition : global::ProtoBuf.IExtensible { public DepotCondition() {} private pomelo.guild.UseCond _useCond = null; /// /// 使用权限 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"useCond", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.UseCond useCond { get { return _useCond; } set { _useCond = value; } } private pomelo.guild.QualityCond _minCond = null; /// /// 装备最低条件 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"minCond", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.QualityCond minCond { get { return _minCond; } set { _minCond = value; } } private pomelo.guild.QualityCond _maxCond = null; /// /// 装备最高条件 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"maxCond", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.QualityCond maxCond { get { return _maxCond; } set { _maxCond = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RoleInfo")] public partial class RoleInfo : global::ProtoBuf.IExtensible { public RoleInfo() {} private int _pro = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"pro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int pro { get { return _pro; } set { _pro = value; } } private string _name = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string name { get { return _name; } set { _name = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ItemRecordInfo")] public partial class ItemRecordInfo : global::ProtoBuf.IExtensible { public ItemRecordInfo() {} private int _qColor = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"qColor", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int qColor { get { return _qColor; } set { _qColor = value; } } private string _name = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string name { get { return _name; } set { _name = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RecordInfo")] public partial class RecordInfo : global::ProtoBuf.IExtensible { public RecordInfo() {} private pomelo.guild.RoleInfo _role1 = null; /// /// 主动角色1 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"role1", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.RoleInfo role1 { get { return _role1; } set { _role1 = value; } } private pomelo.guild.RoleInfo _role2 = null; /// /// 被动角色2 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"role2", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.RoleInfo role2 { get { return _role2; } set { _role2 = value; } } private int _resultNum = default(int); /// /// 结果值 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"resultNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int resultNum { get { return _resultNum; } set { _resultNum = value; } } private string _resultStr = ""; /// /// 结果字符串 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"resultStr", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string resultStr { get { return _resultStr; } set { _resultStr = value; } } private string _time = ""; /// /// 时间 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string time { get { return _time; } set { _time = value; } } private int _recordType = default(int); /// /// 动态类型 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"recordType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int recordType { get { return _recordType; } set { _recordType = value; } } private pomelo.guild.ItemRecordInfo _item = null; /// /// 道具 /// [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.ItemRecordInfo item { get { return _item; } set { _item = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 包裹所有格子数据 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotAllGridsRequest")] public partial class GetDepotAllGridsRequest : global::ProtoBuf.IExtensible { public GetDepotAllGridsRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 包裹所有详情 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotAllDetailsRequest")] public partial class GetDepotAllDetailsRequest : global::ProtoBuf.IExtensible { public GetDepotAllDetailsRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 包裹单个格子数据和详情 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotOneGridInfoRequest")] public partial class GetDepotOneGridInfoRequest : global::ProtoBuf.IExtensible { public GetDepotOneGridInfoRequest() {} private int _bagIndex = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"bagIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int bagIndex { get { return _bagIndex; } set { _bagIndex = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 获取仓库全部信息 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotInfoRequest")] public partial class GetDepotInfoRequest : global::ProtoBuf.IExtensible { public GetDepotInfoRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 动态 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotRecordRequest")] public partial class GetDepotRecordRequest : global::ProtoBuf.IExtensible { public GetDepotRecordRequest() {} private int _page = default(int); /// /// 页数 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"page", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int page { get { return _page; } set { _page = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 祈福请求开始 /// /// /// 祈福信息 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBlessInfoRequest")] public partial class GetBlessInfoRequest : global::ProtoBuf.IExtensible { public GetBlessInfoRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 动态 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBlessRecordRequest")] public partial class GetBlessRecordRequest : global::ProtoBuf.IExtensible { public GetBlessRecordRequest() {} private int _page = default(int); /// /// 页数 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"page", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int page { get { return _page; } set { _page = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBuildingLevelRequest")] public partial class GetBuildingLevelRequest : global::ProtoBuf.IExtensible { public GetBuildingLevelRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// --------------------返回开始----------------------------- /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BagInfo")] public partial class BagInfo : global::ProtoBuf.IExtensible { public BagInfo() {} private int _bagGridCount = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"bagGridCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int bagGridCount { get { return _bagGridCount; } set { _bagGridCount = value; } } private int _bagTotalCount = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"bagTotalCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int bagTotalCount { get { return _bagTotalCount; } set { _bagTotalCount = value; } } private readonly global::System.Collections.Generic.List _bagGrids = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"bagGrids", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List bagGrids { get { return _bagGrids; } } private readonly global::System.Collections.Generic.List _bagDetails = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"bagDetails", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List bagDetails { get { return _bagDetails; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BagGridsInfo")] public partial class BagGridsInfo : global::ProtoBuf.IExtensible { public BagGridsInfo() {} private int _bagGridCount = default(int); [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"bagGridCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int bagGridCount { get { return _bagGridCount; } set { _bagGridCount = value; } } private int _bagTotalCount = default(int); [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"bagTotalCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int bagTotalCount { get { return _bagTotalCount; } set { _bagTotalCount = value; } } private readonly global::System.Collections.Generic.List _bagGrids = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"bagGrids", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List bagGrids { get { return _bagGrids; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DepotInfo")] public partial class DepotInfo : global::ProtoBuf.IExtensible { public DepotInfo() {} private int _level; /// /// 仓库等级 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int level { get { return _level; } set { _level = value; } } private pomelo.guild.DepotCondition _depotCond = null; /// /// 仓库使用条件 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"depotCond", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.DepotCondition depotCond { get { return _depotCond; } set { _depotCond = value; } } private int _deleteCount = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"deleteCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int deleteCount { get { return _deleteCount; } set { _deleteCount = value; } } private int _deleteCountMax = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"deleteCountMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int deleteCountMax { get { return _deleteCountMax; } set { _deleteCountMax = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 仓库包裹格子数据 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotAllGridsResponse")] public partial class GetDepotAllGridsResponse : global::ProtoBuf.IExtensible { public GetDepotAllGridsResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private pomelo.guild.BagGridsInfo _s2c_bagInfo = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_bagInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.BagGridsInfo s2c_bagInfo { get { return _s2c_bagInfo; } set { _s2c_bagInfo = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 仓库所有详情 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotAllDetailsResponse")] public partial class GetDepotAllDetailsResponse : global::ProtoBuf.IExtensible { public GetDepotAllDetailsResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private readonly global::System.Collections.Generic.List _s2c_bagDetails = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_bagDetails", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_bagDetails { get { return _s2c_bagDetails; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 仓库单个格子数据和详情 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotOneGridInfoResponse")] public partial class GetDepotOneGridInfoResponse : global::ProtoBuf.IExtensible { public GetDepotOneGridInfoResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private pomelo.item.Grid _s2c_bagGrid = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_bagGrid", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.item.Grid s2c_bagGrid { get { return _s2c_bagGrid; } set { _s2c_bagGrid = value; } } private pomelo.item.ItemDetail _s2c_bagDetail = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_bagDetail", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.item.ItemDetail s2c_bagDetail { get { return _s2c_bagDetail; } set { _s2c_bagDetail = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 仓库数据,不包括详情 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotInfoResponse")] public partial class GetDepotInfoResponse : global::ProtoBuf.IExtensible { public GetDepotInfoResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private pomelo.guild.DepotInfo _s2c_depotInfo = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_depotInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.DepotInfo s2c_depotInfo { get { return _s2c_depotInfo; } set { _s2c_depotInfo = value; } } private pomelo.guild.BagInfo _s2c_depotBag = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_depotBag", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.BagInfo s2c_depotBag { get { return _s2c_depotBag; } set { _s2c_depotBag = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDepotRecordResponse")] public partial class GetDepotRecordResponse : global::ProtoBuf.IExtensible { public GetDepotRecordResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private readonly global::System.Collections.Generic.List _s2c_recordList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_recordList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_recordList { get { return _s2c_recordList; } } private int _s2c_page = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_page", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_page { get { return _s2c_page; } set { _s2c_page = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- /// /// 祈福返回开始 /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BlessItem")] public partial class BlessItem : global::ProtoBuf.IExtensible { public BlessItem() {} private int _id = default(int); /// /// 配置id /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int id { get { return _id; } set { _id = value; } } private pomelo.item.MiniItem _item = null; /// /// 需要的道具 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.item.MiniItem item { get { return _item; } set { _item = value; } } private int _finishNum = default(int); /// /// 已祈福数量 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"finishNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int finishNum { get { return _finishNum; } set { _finishNum = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildBlessInfo")] public partial class GuildBlessInfo : global::ProtoBuf.IExtensible { public GuildBlessInfo() {} private int _level = default(int); /// /// 等级 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int level { get { return _level; } set { _level = value; } } private int _blessValue = default(int); /// /// 当前祈福值 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"blessValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int blessValue { get { return _blessValue; } set { _blessValue = value; } } private int _blessValueMax = default(int); /// /// 最大祈福值 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"blessValueMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int blessValueMax { get { return _blessValueMax; } set { _blessValueMax = value; } } private readonly global::System.Collections.Generic.List _finishState = new global::System.Collections.Generic.List(); /// /// 今日祈福分段奖励状态数组(0:未完成 1:可领取 2:已领取) /// [global::ProtoBuf.ProtoMember(4, Name=@"finishState", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List finishState { get { return _finishState; } } private readonly global::System.Collections.Generic.List _itemList = new global::System.Collections.Generic.List(); /// /// 使用道具祈福列表 /// [global::ProtoBuf.ProtoMember(5, Name=@"itemList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List itemList { get { return _itemList; } } private int _blessCountMax = default(int); /// /// 最大祈福次数 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"blessCountMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int blessCountMax { get { return _blessCountMax; } set { _blessCountMax = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBlessInfoResponse")] public partial class GetBlessInfoResponse : global::ProtoBuf.IExtensible { public GetBlessInfoResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private pomelo.guild.GuildBlessInfo _s2c_blessInfo = null; /// /// 祈福信息 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_blessInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.GuildBlessInfo s2c_blessInfo { get { return _s2c_blessInfo; } set { _s2c_blessInfo = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBlessRecordResponse")] public partial class GetBlessRecordResponse : global::ProtoBuf.IExtensible { public GetBlessRecordResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private readonly global::System.Collections.Generic.List _s2c_recordList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_recordList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_recordList { get { return _s2c_recordList; } } private int _s2c_page = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_page", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_page { get { return _s2c_page; } set { _s2c_page = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"BuildingLevel")] public partial class BuildingLevel : global::ProtoBuf.IExtensible { public BuildingLevel() {} private int _depotLevel = default(int); /// /// 仓库等级 /// [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"depotLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int depotLevel { get { return _depotLevel; } set { _depotLevel = value; } } private int _blessLevel = default(int); /// /// 祈福等级 /// [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"blessLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int blessLevel { get { return _blessLevel; } set { _blessLevel = value; } } private int _techLevel = default(int); /// /// 科技等级 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"techLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int techLevel { get { return _techLevel; } set { _techLevel = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetBuildingLevelResponse")] public partial class GetBuildingLevelResponse : global::ProtoBuf.IExtensible { public GetBuildingLevelResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private pomelo.guild.BuildingLevel _s2c_levelInfo = null; /// /// 建筑等级 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_levelInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.BuildingLevel s2c_levelInfo { get { return _s2c_levelInfo; } set { _s2c_levelInfo = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OpenGuildDungeonRequest")] public partial class OpenGuildDungeonRequest : global::ProtoBuf.IExtensible { public OpenGuildDungeonRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OpenGuildDungeonResponse")] public partial class OpenGuildDungeonResponse : global::ProtoBuf.IExtensible { public OpenGuildDungeonResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private int _s2c_waitTime = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_waitTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_waitTime { get { return _s2c_waitTime; } set { _s2c_waitTime = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildDungeonListRequest")] public partial class GuildDungeonListRequest : global::ProtoBuf.IExtensible { public GuildDungeonListRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DungeonInfo")] public partial class DungeonInfo : global::ProtoBuf.IExtensible { public DungeonInfo() {} private int _dungeonId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"dungeonId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int dungeonId { get { return _dungeonId; } set { _dungeonId = value; } } private pomelo.player.PlayerBasic _killedPlayerInfo = null; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"killedPlayerInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.player.PlayerBasic killedPlayerInfo { get { return _killedPlayerInfo; } set { _killedPlayerInfo = value; } } private int _currPlayerNum = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"currPlayerNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int currPlayerNum { get { return _currPlayerNum; } set { _currPlayerNum = value; } } private int _totalPlayerNum = default(int); [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"totalPlayerNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int totalPlayerNum { get { return _totalPlayerNum; } set { _totalPlayerNum = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DungeonList")] public partial class DungeonList : global::ProtoBuf.IExtensible { public DungeonList() {} private int _currDungeonCount; /// /// 当前层数 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"currDungeonCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int currDungeonCount { get { return _currDungeonCount; } set { _currDungeonCount = value; } } private int _maxDungeonCount; /// /// 最大层数 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"maxDungeonCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int maxDungeonCount { get { return _maxDungeonCount; } set { _maxDungeonCount = value; } } private int _state; /// /// 1:未开启,2:正在开启,3:挑战中,4:已结束 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int state { get { return _state; } set { _state = value; } } private int _time; /// /// 开启时间或结束时间 /// [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int time { get { return _time; } set { _time = value; } } private int _openTime; /// /// 开启副本准备时间 /// [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"openTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int openTime { get { return _openTime; } set { _openTime = value; } } private readonly global::System.Collections.Generic.List _dungeonList = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(6, Name=@"dungeonList", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List dungeonList { get { return _dungeonList; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildDungeonListResponse")] public partial class GuildDungeonListResponse : global::ProtoBuf.IExtensible { public GuildDungeonListResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private pomelo.guild.DungeonList _s2c_list; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_list", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.guild.DungeonList s2c_list { get { return _s2c_list; } set { _s2c_list = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DungeonRankRequest")] public partial class DungeonRankRequest : global::ProtoBuf.IExtensible { public DungeonRankRequest() {} private int _s2c_type; /// /// 1:伤害,2:治疗 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_type { get { return _s2c_type; } set { _s2c_type = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RankInfo")] public partial class RankInfo : global::ProtoBuf.IExtensible { public RankInfo() {} private string _playerId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerId", DataFormat = global::ProtoBuf.DataFormat.Default)] public string playerId { get { return _playerId; } set { _playerId = value; } } private string _playerName; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string playerName { get { return _playerName; } set { _playerName = value; } } private int _playerPro; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"playerPro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int playerPro { get { return _playerPro; } set { _playerPro = value; } } private int _level; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"level", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int level { get { return _level; } set { _level = value; } } private int _upGradeLevel; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"upGradeLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int upGradeLevel { get { return _upGradeLevel; } set { _upGradeLevel = value; } } private int _value; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int value { get { return _value; } set { _value = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DungeonRankResponse")] public partial class DungeonRankResponse : global::ProtoBuf.IExtensible { public DungeonRankResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private readonly global::System.Collections.Generic.List _s2c_data = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_data { get { return _s2c_data; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DungeonAwardInfoRequest")] public partial class DungeonAwardInfoRequest : global::ProtoBuf.IExtensible { public DungeonAwardInfoRequest() {} private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DiceInfo")] public partial class DiceInfo : global::ProtoBuf.IExtensible { public DiceInfo() {} private string _playerName; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)] public string playerName { get { return _playerName; } set { _playerName = value; } } private int _playerPro; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"playerPro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int playerPro { get { return _playerPro; } set { _playerPro = value; } } private int _dicePoint; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"dicePoint", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int dicePoint { get { return _dicePoint; } set { _dicePoint = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"AwardInfo")] public partial class AwardInfo : global::ProtoBuf.IExtensible { public AwardInfo() {} private int _pos; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int pos { get { return _pos; } set { _pos = value; } } private pomelo.item.ItemDetail _dropItem; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"dropItem", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.item.ItemDetail dropItem { get { return _dropItem; } set { _dropItem = value; } } private int _dungeonCount; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"dungeonCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int dungeonCount { get { return _dungeonCount; } set { _dungeonCount = value; } } private string _playerName = ""; /// /// 掷点最高玩家名 /// [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"playerName", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string playerName { get { return _playerName; } set { _playerName = value; } } private int _playerPro = default(int); /// /// 掷点最高玩家职业 /// [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"playerPro", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int playerPro { get { return _playerPro; } set { _playerPro = value; } } private int _playerDicePoint = default(int); /// /// 掷点最高点数 /// [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"playerDicePoint", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int playerDicePoint { get { return _playerDicePoint; } set { _playerDicePoint = value; } } private int _state; /// /// 1:已掷,2:可掷,3:不可掷 /// [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int state { get { return _state; } set { _state = value; } } private readonly global::System.Collections.Generic.List _diceInfo = new global::System.Collections.Generic.List(); /// /// 掷点详情 /// [global::ProtoBuf.ProtoMember(8, Name=@"diceInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List diceInfo { get { return _diceInfo; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GetDungeonScoreInfo")] public partial class GetDungeonScoreInfo : global::ProtoBuf.IExtensible { public GetDungeonScoreInfo() {} private int _type; /// /// 类型 /// [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int type { get { return _type; } set { _type = value; } } private int _value; /// /// 名次 /// [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"value", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int value { get { return _value; } set { _value = value; } } private int _score; /// /// 获得积分 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"score", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int score { get { return _score; } set { _score = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DungeonAwardInfoResponse")] public partial class DungeonAwardInfoResponse : global::ProtoBuf.IExtensible { public DungeonAwardInfoResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private int _diceLeftTime; /// /// 掷点剩余时间 /// [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"diceLeftTime", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int diceLeftTime { get { return _diceLeftTime; } set { _diceLeftTime = value; } } private readonly global::System.Collections.Generic.List _getDungeonScoreInfo = new global::System.Collections.Generic.List(); /// /// 获得副本积分详情 /// [global::ProtoBuf.ProtoMember(4, Name=@"getDungeonScoreInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List getDungeonScoreInfo { get { return _getDungeonScoreInfo; } } private readonly global::System.Collections.Generic.List _itemInfos = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(5, Name=@"itemInfos", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List itemInfos { get { return _itemInfos; } } private int _isFightOver; /// /// 1:战斗结束,0:未结束 /// [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"isFightOver", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int isFightOver { get { return _isFightOver; } set { _isFightOver = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DiceAwardRequest")] public partial class DiceAwardRequest : global::ProtoBuf.IExtensible { public DiceAwardRequest() {} private int _s2c_pos; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_pos { get { return _s2c_pos; } set { _s2c_pos = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"DiceAwardResponse")] public partial class DiceAwardResponse : global::ProtoBuf.IExtensible { public DiceAwardResponse() {} private int _s2c_code; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_code", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_code { get { return _s2c_code; } set { _s2c_code = value; } } private string _s2c_msg = ""; [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_msg", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue("")] public string s2c_msg { get { return _s2c_msg; } set { _s2c_msg = value; } } private pomelo.guild.AwardInfo _s2c_itemInfo = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_itemInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.guild.AwardInfo s2c_itemInfo { get { return _s2c_itemInfo; } set { _s2c_itemInfo = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }