//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者: 詹斗池 // * 创建时间: 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; /// /// 仙器id /// [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; /// /// 是否供奉 /// [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); /// /// 等级 /// [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); } } //--------------------------------------------------------------------------------------- /// /// ================================================ 请求 ==================================================================== 打开仙盟仙器界面信息;请求----808 GuildCelestialInfoRequest; 响应:GuildCelestialInfoResponse /// [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 _s2c_info = new global::System.Collections.Generic.List(); /// /// 仙器信息 /// [global::ProtoBuf.ProtoMember(3, Name=@"s2c_info", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_info { get { return _s2c_info; } } private readonly global::System.Collections.Generic.List _items = new global::System.Collections.Generic.List(); /// /// 已经捐献的道具和数量 /// [global::ProtoBuf.ProtoMember(4, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List 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); } } //--------------------------------------------------------------------------------------- /// /// 仙盟仙器解锁;请求----809 GuildCelestialOpenRequest; 响应:GuildCelestialOpenResponse /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialOpenRequest")] public partial class GuildCelestialOpenRequest : global::ProtoBuf.IExtensible { public GuildCelestialOpenRequest() {} private int _s2c_ceid; /// /// 解锁仙器id /// [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; /// /// 仙器信息 /// [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); } } //--------------------------------------------------------------------------------------- /// /// 仙盟仙器升级;请求----812 GuildCelestialUpRequest; 响应:GuildCelestialUpResponse /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialUpRequest")] public partial class GuildCelestialUpRequest : global::ProtoBuf.IExtensible { public GuildCelestialUpRequest() {} private int _s2c_ceid; /// /// 捐赠到的仙器 /// [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; /// /// 仙器信息 /// [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 _items = new global::System.Collections.Generic.List(); /// /// 已经捐献的道具和数量 /// [global::ProtoBuf.ProtoMember(4, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List 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); } } //--------------------------------------------------------------------------------------- /// /// 仙盟仙器捐赠材料;请求----813 GuildCelestialGiveRequest; 响应:GuildCelestialUpResponse /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialGiveRequest")] public partial class GuildCelestialGiveRequest : global::ProtoBuf.IExtensible { public GuildCelestialGiveRequest() {} private int _s2c_ceid; /// /// 捐赠到的仙器 /// [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; /// /// 捐赠道具背包位置 /// [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; /// /// 数量 /// [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 _items = new global::System.Collections.Generic.List(); /// /// 已经捐献的道具和数量 /// [global::ProtoBuf.ProtoMember(3, Name=@"items", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List 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); } } //--------------------------------------------------------------------------------------- /// /// 仙盟仙器选择供奉的仙器;请求----814 GuildCelestialSelectRequest; 响应:GuildCelestialSelectResponse /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GuildCelestialSelectRequest")] public partial class GuildCelestialSelectRequest : global::ProtoBuf.IExtensible { public GuildCelestialSelectRequest() {} private int _s2c_ceid; /// /// 仙器 /// [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; /// /// 仙器信息 /// [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); } } }