123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056 |
- //------------------------------------------------------------------------------
- // <auto-generated>
- // This code was generated by a tool.
- //
- // Changes to this file may cause incorrect behavior and will be lost if
- // the code is regenerated.
- // </auto-generated>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= 周明凯
- // * 创建时间= 2017-12-14
- // * 用途= 冲榜处理器
- // ***************************************************************************/
- // Generated from: activityRevelryHandler.proto
- // Note: requires additional types generated from: common.proto
- namespace pomelo.revelry
- {
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 每一天中的小栏目
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryColumnInfo")]
- public partial class RevelryColumnInfo : global::ProtoBuf.IExtensible
- {
- public RevelryColumnInfo() {}
-
-
- private string _id;
- /// <summary>
- /// 编号,用这个编号来取对应的排行数据
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private string _name;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string name
- {
- get { return _name; }
- set { _name = value; }
- }
-
- private string _label;
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"label", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string label
- {
- get { return _label; }
- set { _label = value; }
- }
-
- private string _goto1 = "";
- /// <summary>
- /// 查看榜单
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"goto1", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string goto1
- {
- get { return _goto1; }
- set { _goto1 = value; }
- }
-
- private string _goto2 = "";
- /// <summary>
- /// 我要变强
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"goto2", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string goto2
- {
- get { return _goto2; }
- set { _goto2 = value; }
- }
-
- private string _tip = "";
- /// <summary>
- /// 提示
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"tip", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string tip
- {
- get { return _tip; }
- set { _tip = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 冲榜大类中的每一天
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryTodayInfo")]
- public partial class RevelryTodayInfo : global::ProtoBuf.IExtensible
- {
- public RevelryTodayInfo() {}
-
-
- private string _name;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string name
- {
- get { return _name; }
- set { _name = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.revelry.RevelryColumnInfo> _column = new global::System.Collections.Generic.List<pomelo.revelry.RevelryColumnInfo>();
- [global::ProtoBuf.ProtoMember(2, Name=@"column", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.revelry.RevelryColumnInfo> column
- {
- get { return _column; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 冲榜大类
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryTabInfo")]
- public partial class RevelryTabInfo : global::ProtoBuf.IExtensible
- {
- public RevelryTabInfo() {}
-
-
- private string _name;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string name
- {
- get { return _name; }
- set { _name = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.revelry.RevelryTodayInfo> _today = new global::System.Collections.Generic.List<pomelo.revelry.RevelryTodayInfo>();
- [global::ProtoBuf.ProtoMember(2, Name=@"today", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.revelry.RevelryTodayInfo> today
- {
- get { return _today; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 兑换配置
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"KingExchange")]
- public partial class KingExchange : global::ProtoBuf.IExtensible
- {
- public KingExchange() {}
-
-
- private int _tabId;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"tabId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int tabId
- {
- get { return _tabId; }
- set { _tabId = value; }
- }
-
- private string _tabName;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"tabName", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string tabName
- {
- get { return _tabName; }
- set { _tabName = value; }
- }
-
- private string _item1code;
- /// <summary>
- /// 兑换获得物品
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"item1code", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string item1code
- {
- get { return _item1code; }
- set { _item1code = value; }
- }
-
- private int _item1num;
- /// <summary>
- /// 兑换获得数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"item1num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int item1num
- {
- get { return _item1num; }
- set { _item1num = value; }
- }
-
- private string _item2code;
- /// <summary>
- /// 兑换消耗物品
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"item2code", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string item2code
- {
- get { return _item2code; }
- set { _item2code = value; }
- }
-
- private int _item2num;
- /// <summary>
- /// 兑换消耗数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"item2num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int item2num
- {
- get { return _item2num; }
- set { _item2num = value; }
- }
-
- private string _avatarId;
- /// <summary>
- /// 展示模型
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"avatarId", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string avatarId
- {
- get { return _avatarId; }
- set { _avatarId = value; }
- }
-
- private string _tip = "";
- /// <summary>
- /// 提示
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"tip", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string tip
- {
- get { return _tip; }
- set { _tip = value; }
- }
-
- private int _showType = default(int);
- /// <summary>
- /// 显示类型
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(9, IsRequired = false, Name=@"showType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int showType
- {
- get { return _showType; }
- set { _showType = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 拉取冲榜栏目请求
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryGetColumnRequest")]
- public partial class RevelryGetColumnRequest : global::ProtoBuf.IExtensible
- {
- public RevelryGetColumnRequest() {}
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 拉取冲榜栏目响应
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryGetColumnResponse")]
- public partial class RevelryGetColumnResponse : global::ProtoBuf.IExtensible
- {
- public RevelryGetColumnResponse() {}
-
-
- 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<pomelo.revelry.RevelryTabInfo> _info = new global::System.Collections.Generic.List<pomelo.revelry.RevelryTabInfo>();
- [global::ProtoBuf.ProtoMember(3, Name=@"info", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.revelry.RevelryTabInfo> info
- {
- get { return _info; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.revelry.KingExchange> _exchange = new global::System.Collections.Generic.List<pomelo.revelry.KingExchange>();
- /// <summary>
- /// 兑换展示(如果数组为空,则不显示)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, Name=@"exchange", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.revelry.KingExchange> exchange
- {
- get { return _exchange; }
- }
-
-
- private int _selectedIndex = default(int);
- /// <summary>
- /// 默认选中的info字段的下标,从0开始
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"selectedIndex", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int selectedIndex
- {
- get { return _selectedIndex; }
- set { _selectedIndex = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 冲榜排行信息(数组内容参考排行榜)
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryRankInfo")]
- public partial class RevelryRankInfo : global::ProtoBuf.IExtensible
- {
- public RevelryRankInfo() {}
-
-
- private readonly global::System.Collections.Generic.List<string> _contents = new global::System.Collections.Generic.List<string>();
- /// <summary>
- /// 玩家或公会的信息数组
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, Name=@"contents", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<string> contents
- {
- get { return _contents; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.Avatar> _avatars = new global::System.Collections.Generic.List<pomelo.Avatar>();
- /// <summary>
- /// 只有第一名才有此属性
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, Name=@"avatars", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.Avatar> avatars
- {
- get { return _avatars; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 排行奖励信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryAwardInfo")]
- public partial class RevelryAwardInfo : global::ProtoBuf.IExtensible
- {
- public RevelryAwardInfo() {}
-
-
- private string _itemcode;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"itemcode", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string itemcode
- {
- get { return _itemcode; }
- set { _itemcode = value; }
- }
-
- private int _itemcount;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"itemcount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int itemcount
- {
- get { return _itemcount; }
- set { _itemcount = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 排行配置信息
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryConfigInfo")]
- public partial class RevelryConfigInfo : global::ProtoBuf.IExtensible
- {
- public RevelryConfigInfo() {}
-
-
- private int _minRank;
- /// <summary>
- /// 最小排名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"minRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int minRank
- {
- get { return _minRank; }
- set { _minRank = value; }
- }
-
- private int _maxRank;
- /// <summary>
- /// 最大排名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"maxRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int maxRank
- {
- get { return _maxRank; }
- set { _maxRank = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.revelry.RevelryAwardInfo> _award = new global::System.Collections.Generic.List<pomelo.revelry.RevelryAwardInfo>();
- /// <summary>
- /// 奖励
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"award", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.revelry.RevelryAwardInfo> award
- {
- get { return _award; }
- }
-
-
- private pomelo.revelry.RevelryRankInfo _player = null;
- /// <summary>
- /// 上榜玩家
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"player", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.revelry.RevelryRankInfo player
- {
- get { return _player; }
- set { _player = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 拉取栏目中排行信息请求
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryGetRankInfoRequest")]
- public partial class RevelryGetRankInfoRequest : global::ProtoBuf.IExtensible
- {
- public RevelryGetRankInfoRequest() {}
-
-
- private string _id;
- /// <summary>
- /// 编号
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string id
- {
- get { return _id; }
- set { _id = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 拉取栏目中排行信息响应
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryGetRankInfoResponse")]
- public partial class RevelryGetRankInfoResponse : global::ProtoBuf.IExtensible
- {
- public RevelryGetRankInfoResponse() {}
-
-
- 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 _rankKey;
- /// <summary>
- /// 冲榜专用属性,用来标识是哪个排行榜
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"rankKey", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int rankKey
- {
- get { return _rankKey; }
- set { _rankKey = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.revelry.RevelryConfigInfo> _config = new global::System.Collections.Generic.List<pomelo.revelry.RevelryConfigInfo>();
- [global::ProtoBuf.ProtoMember(4, Name=@"config", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.revelry.RevelryConfigInfo> config
- {
- get { return _config; }
- }
-
-
- private pomelo.revelry.RevelryRankInfo _self = null;
- /// <summary>
- /// 自己的信息
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"self", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.revelry.RevelryRankInfo self
- {
- get { return _self; }
- set { _self = value; }
- }
-
- private int _selfRank = default(int);
- /// <summary>
- /// 自己的排名
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"selfRank", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int selfRank
- {
- get { return _selfRank; }
- set { _selfRank = value; }
- }
-
- private string _title = "";
- /// <summary>
- /// 第一名送的称号资源
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"title", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string title
- {
- get { return _title; }
- set { _title = value; }
- }
-
- private int _timeleft = default(int);
- /// <summary>
- /// 剩余时间(单位:秒)
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"timeleft", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int timeleft
- {
- get { return _timeleft; }
- set { _timeleft = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 冲榜活动兑换请求
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryExchangeRequest")]
- public partial class RevelryExchangeRequest : global::ProtoBuf.IExtensible
- {
- public RevelryExchangeRequest() {}
-
-
- private int _id;
- /// <summary>
- /// 兑换配置中的tabId
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private int _num;
- /// <summary>
- /// 兑换数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int num
- {
- get { return _num; }
- set { _num = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 冲榜活动兑换响应
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryExchangeResponse")]
- public partial class RevelryExchangeResponse : global::ProtoBuf.IExtensible
- {
- public RevelryExchangeResponse() {}
-
-
- 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 global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 累计充值栏目
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryRechargeColumn")]
- public partial class RevelryRechargeColumn : global::ProtoBuf.IExtensible
- {
- public RevelryRechargeColumn() {}
-
-
- private int _day;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"day", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int day
- {
- get { return _day; }
- set { _day = value; }
- }
-
- private string _name;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)]
- 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); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 拉取累计充值栏目请求
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryRechargeGetColumnRequest")]
- public partial class RevelryRechargeGetColumnRequest : global::ProtoBuf.IExtensible
- {
- public RevelryRechargeGetColumnRequest() {}
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 拉取累计充值栏目响应
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryRechargeGetColumnResponse")]
- public partial class RevelryRechargeGetColumnResponse : global::ProtoBuf.IExtensible
- {
- public RevelryRechargeGetColumnResponse() {}
-
-
- 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 string _beginTime;
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"beginTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string beginTime
- {
- get { return _beginTime; }
- set { _beginTime = value; }
- }
-
- private string _endTime;
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"endTime", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string endTime
- {
- get { return _endTime; }
- set { _endTime = value; }
- }
-
- private string _describe;
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"describe", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string describe
- {
- get { return _describe; }
- set { _describe = value; }
- }
-
- private int _today = default(int);
- /// <summary>
- /// 今天第几天
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"today", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int today
- {
- get { return _today; }
- set { _today = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.revelry.RevelryRechargeColumn> _column = new global::System.Collections.Generic.List<pomelo.revelry.RevelryRechargeColumn>();
- [global::ProtoBuf.ProtoMember(7, Name=@"column", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.revelry.RevelryRechargeColumn> column
- {
- get { return _column; }
- }
-
- 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=@"RevelryRechargeItem")]
- public partial class RevelryRechargeItem : global::ProtoBuf.IExtensible
- {
- public RevelryRechargeItem() {}
-
-
- private string _code;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"code", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public string code
- {
- get { return _code; }
- set { _code = value; }
- }
-
- private int _groupCount;
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"groupCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int groupCount
- {
- get { return _groupCount; }
- set { _groupCount = 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=@"RevelryRechargeAwardInfo")]
- public partial class RevelryRechargeAwardInfo : global::ProtoBuf.IExtensible
- {
- public RevelryRechargeAwardInfo() {}
-
-
- private int _id;
- /// <summary>
- /// 领取奖励的唯一编号
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int id
- {
- get { return _id; }
- set { _id = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.revelry.RevelryRechargeItem> _item = new global::System.Collections.Generic.List<pomelo.revelry.RevelryRechargeItem>();
- [global::ProtoBuf.ProtoMember(2, Name=@"item", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.revelry.RevelryRechargeItem> item
- {
- get { return _item; }
- }
-
-
- private int _state;
- /// <summary>
- /// 0未领取 1可领取 2已领取
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int state
- {
- get { return _state; }
- set { _state = value; }
- }
-
- private int _currNum;
- /// <summary>
- /// 当前进度
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"currNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int currNum
- {
- get { return _currNum; }
- set { _currNum = value; }
- }
-
- private int _needNum;
- /// <summary>
- /// 总进度
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"needNum", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int needNum
- {
- get { return _needNum; }
- set { _needNum = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 拉取累计充值信息请求
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryRechargeGetInfoRequest")]
- public partial class RevelryRechargeGetInfoRequest : global::ProtoBuf.IExtensible
- {
- public RevelryRechargeGetInfoRequest() {}
-
-
- private int _day;
- /// <summary>
- /// 天数
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"day", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int day
- {
- get { return _day; }
- set { _day = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 拉取累计充值信息响应
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryRechargeGetInfoResponse")]
- public partial class RevelryRechargeGetInfoResponse : global::ProtoBuf.IExtensible
- {
- public RevelryRechargeGetInfoResponse() {}
-
-
- 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<pomelo.revelry.RevelryRechargeAwardInfo> _info = new global::System.Collections.Generic.List<pomelo.revelry.RevelryRechargeAwardInfo>();
- [global::ProtoBuf.ProtoMember(3, Name=@"info", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.revelry.RevelryRechargeAwardInfo> info
- {
- get { return _info; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 领取充值奖励
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"RevelryRechargeAwardRequest")]
- public partial class RevelryRechargeAwardRequest : global::ProtoBuf.IExtensible
- {
- public RevelryRechargeAwardRequest() {}
-
-
- private int _id;
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"id", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int id
- {
- get { return _id; }
- set { _id = 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=@"RevelryRechargeAwardResponse")]
- public partial class RevelryRechargeAwardResponse : global::ProtoBuf.IExtensible
- {
- public RevelryRechargeAwardResponse() {}
-
-
- 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 global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|