123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455 |
- //------------------------------------------------------------------------------
- // <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>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者: 詹斗池
- // * 创建时间: 2019-8-7
- // * 用途: 公会仙器
- // ****************************************************************************/
- // Generated from: guildCelestialHandler.proto
- // Note: requires additional types generated from: common.proto
- namespace pomelo.area
- {
-
- //---------------------------------------------------------------------------------------
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialInfo")]
- public partial class GuildCelestialInfo : global::ProtoBuf.IExtensible
- {
- public GuildCelestialInfo() {}
-
-
- private int _s2c_ceid;
- /// <summary>
- /// 仙器id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_ceid
- {
- get { return _s2c_ceid; }
- set { _s2c_ceid = value; }
- }
-
- private bool _s2c_isSelect;
- /// <summary>
- /// 是否供奉
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_isSelect", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public bool s2c_isSelect
- {
- get { return _s2c_isSelect; }
- set { _s2c_isSelect = value; }
- }
-
- private int _s2c_lv = default(int);
- /// <summary>
- /// 等级
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_lv", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_lv
- {
- get { return _s2c_lv; }
- set { _s2c_lv = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// ================================================ 请求 ==================================================================== 打开仙盟仙器界面信息;请求----808 GuildCelestialInfoRequest; 响应:GuildCelestialInfoResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialInfoRequest")]
- public partial class GuildCelestialInfoRequest : global::ProtoBuf.IExtensible
- {
- public GuildCelestialInfoRequest() {}
-
- 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=@"GuildCelestialInfoResponse")]
- public partial class GuildCelestialInfoResponse : global::ProtoBuf.IExtensible
- {
- public GuildCelestialInfoResponse() {}
-
-
- 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.area.GuildCelestialInfo> _s2c_info = new global::System.Collections.Generic.List<pomelo.area.GuildCelestialInfo>();
- /// <summary>
- /// 仙器信息
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_info", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.GuildCelestialInfo> s2c_info
- {
- get { return _s2c_info; }
- }
-
-
- private readonly global::System.Collections.Generic.List<pomelo.KeyValueStruct> _items = new global::System.Collections.Generic.List<pomelo.KeyValueStruct>();
- /// <summary>
- /// 已经捐献的道具和数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.KeyValueStruct> items
- {
- get { return _items; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 仙盟仙器解锁;请求----809 GuildCelestialOpenRequest; 响应:GuildCelestialOpenResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialOpenRequest")]
- public partial class GuildCelestialOpenRequest : global::ProtoBuf.IExtensible
- {
- public GuildCelestialOpenRequest() {}
-
-
- private int _s2c_ceid;
- /// <summary>
- /// 解锁仙器id
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_ceid
- {
- get { return _s2c_ceid; }
- set { _s2c_ceid = 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=@"GuildCelestialOpenResponse")]
- public partial class GuildCelestialOpenResponse : global::ProtoBuf.IExtensible
- {
- public GuildCelestialOpenResponse() {}
-
-
- 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.area.GuildCelestialInfo _s2c_info = null;
- /// <summary>
- /// 仙器信息
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_info", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.GuildCelestialInfo s2c_info
- {
- get { return _s2c_info; }
- set { _s2c_info = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 仙盟仙器升级;请求----812 GuildCelestialUpRequest; 响应:GuildCelestialUpResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialUpRequest")]
- public partial class GuildCelestialUpRequest : global::ProtoBuf.IExtensible
- {
- public GuildCelestialUpRequest() {}
-
-
- private int _s2c_ceid;
- /// <summary>
- /// 捐赠到的仙器
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_ceid
- {
- get { return _s2c_ceid; }
- set { _s2c_ceid = 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=@"GuildCelestialUpResponse")]
- public partial class GuildCelestialUpResponse : global::ProtoBuf.IExtensible
- {
- public GuildCelestialUpResponse() {}
-
-
- 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.area.GuildCelestialInfo _s2c_info = null;
- /// <summary>
- /// 仙器信息
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_info", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.GuildCelestialInfo s2c_info
- {
- get { return _s2c_info; }
- set { _s2c_info = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.KeyValueStruct> _items = new global::System.Collections.Generic.List<pomelo.KeyValueStruct>();
- /// <summary>
- /// 已经捐献的道具和数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(4, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.KeyValueStruct> items
- {
- get { return _items; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 仙盟仙器捐赠材料;请求----813 GuildCelestialGiveRequest; 响应:GuildCelestialUpResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialGiveRequest")]
- public partial class GuildCelestialGiveRequest : global::ProtoBuf.IExtensible
- {
- public GuildCelestialGiveRequest() {}
-
-
- private int _s2c_ceid;
- /// <summary>
- /// 捐赠到的仙器
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_ceid
- {
- get { return _s2c_ceid; }
- set { _s2c_ceid = value; }
- }
-
- private int _s2c_bag_pos;
- /// <summary>
- /// 捐赠道具背包位置
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_bag_pos", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_bag_pos
- {
- get { return _s2c_bag_pos; }
- set { _s2c_bag_pos = value; }
- }
-
- private int _s2c_num;
- /// <summary>
- /// 数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_num
- {
- get { return _s2c_num; }
- set { _s2c_num = 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=@"GuildCelestialGiveResponse")]
- public partial class GuildCelestialGiveResponse : global::ProtoBuf.IExtensible
- {
- public GuildCelestialGiveResponse() {}
-
-
- 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.KeyValueStruct> _items = new global::System.Collections.Generic.List<pomelo.KeyValueStruct>();
- /// <summary>
- /// 已经捐献的道具和数量
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.KeyValueStruct> items
- {
- get { return _items; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- //---------------------------------------------------------------------------------------
- /// <summary>
- /// 仙盟仙器选择供奉的仙器;请求----814 GuildCelestialSelectRequest; 响应:GuildCelestialSelectResponse
- /// </summary>
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialSelectRequest")]
- public partial class GuildCelestialSelectRequest : global::ProtoBuf.IExtensible
- {
- public GuildCelestialSelectRequest() {}
-
-
- private int _s2c_ceid;
- /// <summary>
- /// 仙器
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"s2c_ceid", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int s2c_ceid
- {
- get { return _s2c_ceid; }
- set { _s2c_ceid = 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=@"GuildCelestialSelectResponse")]
- public partial class GuildCelestialSelectResponse : global::ProtoBuf.IExtensible
- {
- public GuildCelestialSelectResponse() {}
-
-
- 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.area.GuildCelestialInfo _s2c_info = null;
- /// <summary>
- /// 仙器信息
- /// </summary>
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_info", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(null)]
- public pomelo.area.GuildCelestialInfo s2c_info
- {
- get { return _s2c_info; }
- set { _s2c_info = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|