//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= 卢松洁 // * 创建时间= 2015-08-27 // * 用途= 女武神处理器 // *************************************************************************** // Generated from: goddessHandler.proto // Note: requires additional types generated from: common.proto namespace pomelo.area { //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EnterGoddessSceneRequest")] public partial class EnterGoddessSceneRequest : global::ProtoBuf.IExtensible { public EnterGoddessSceneRequest() {} 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=@"OutGoddessSceneRequest")] public partial class OutGoddessSceneRequest : global::ProtoBuf.IExtensible { public OutGoddessSceneRequest() {} 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=@"ActiveGoddessRequest")] public partial class ActiveGoddessRequest : global::ProtoBuf.IExtensible { public ActiveGoddessRequest() {} private int _c2s_goddessTemplateId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessTemplateId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessTemplateId { get { return _c2s_goddessTemplateId; } set { _c2s_goddessTemplateId = 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=@"OnBattleGoddessRequest")] public partial class OnBattleGoddessRequest : global::ProtoBuf.IExtensible { public OnBattleGoddessRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = 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=@"OffBattleGoddessRequest")] public partial class OffBattleGoddessRequest : global::ProtoBuf.IExtensible { public OffBattleGoddessRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = 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=@"GetGiftsRequest")] public partial class GetGiftsRequest : global::ProtoBuf.IExtensible { public GetGiftsRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = 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=@"BuyGiftRequest")] public partial class BuyGiftRequest : global::ProtoBuf.IExtensible { public BuyGiftRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = value; } } private int _c2s_giftId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_giftId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_giftId { get { return _c2s_giftId; } set { _c2s_giftId = 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=@"UnEquipGiftRequest")] public partial class UnEquipGiftRequest : global::ProtoBuf.IExtensible { public UnEquipGiftRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = value; } } private int _c2s_giftId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_giftId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_giftId { get { return _c2s_giftId; } set { _c2s_giftId = 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=@"EquipGiftRequest")] public partial class EquipGiftRequest : global::ProtoBuf.IExtensible { public EquipGiftRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = value; } } private int _c2s_giftId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_giftId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_giftId { get { return _c2s_giftId; } set { _c2s_giftId = 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=@"UpIntimacyRequest")] public partial class UpIntimacyRequest : global::ProtoBuf.IExtensible { public UpIntimacyRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = value; } } private int _c2s_type; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"c2s_type", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_type { get { return _c2s_type; } set { _c2s_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=@"UpStarRequest")] public partial class UpStarRequest : global::ProtoBuf.IExtensible { public UpStarRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = 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=@"GetCommInfoRequest")] public partial class GetCommInfoRequest : global::ProtoBuf.IExtensible { public GetCommInfoRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = 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=@"GetGoddessDetailRequest")] public partial class GetGoddessDetailRequest : global::ProtoBuf.IExtensible { public GetGoddessDetailRequest() {} private int _c2s_goddessId; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"c2s_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int c2s_goddessId { get { return _c2s_goddessId; } set { _c2s_goddessId = 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=@"GetAllGoddessRequest")] public partial class GetAllGoddessRequest : global::ProtoBuf.IExtensible { public GetAllGoddessRequest() {} 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=@"GetGiftsResponse")] public partial class GetGiftsResponse : global::ProtoBuf.IExtensible { public GetGiftsResponse() {} 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_gifts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"s2c_gifts", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_gifts { get { return _s2c_gifts; } } 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=@"BuyGiftResponse")] public partial class BuyGiftResponse : global::ProtoBuf.IExtensible { public BuyGiftResponse() {} 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"UnEquipGiftResponse")] public partial class UnEquipGiftResponse : global::ProtoBuf.IExtensible { public UnEquipGiftResponse() {} 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"EquipGiftResponse")] public partial class EquipGiftResponse : global::ProtoBuf.IExtensible { public EquipGiftResponse() {} 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessAddProp")] public partial class GoddessAddProp : global::ProtoBuf.IExtensible { public GoddessAddProp() {} 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 int _addValue; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"addValue", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int addValue { get { return _addValue; } set { _addValue = 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=@"GoddessUpgradeStruct")] public partial class GoddessUpgradeStruct : global::ProtoBuf.IExtensible { public GoddessUpgradeStruct() {} private int _actionCount; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"actionCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int actionCount { get { return _actionCount; } set { _actionCount = value; } } private readonly global::System.Collections.Generic.List _addProps = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"addProps", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List addProps { get { return _addProps; } } private pomelo.area.GoddessSkill _skill = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"skill", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.GoddessSkill skill { get { return _skill; } set { _skill = 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=@"GoddessIntimacyStruct")] public partial class GoddessIntimacyStruct : global::ProtoBuf.IExtensible { public GoddessIntimacyStruct() {} private int _intimacy; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"intimacy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int intimacy { get { return _intimacy; } set { _intimacy = value; } } private int _intimacyLevel; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"intimacyLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int intimacyLevel { get { return _intimacyLevel; } set { _intimacyLevel = value; } } private int _intimacyStage; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"intimacyStage", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int intimacyStage { get { return _intimacyStage; } set { _intimacyStage = value; } } private int _needIntimacy; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"needIntimacy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int needIntimacy { get { return _needIntimacy; } set { _needIntimacy = 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=@"CommInfo")] public partial class CommInfo : global::ProtoBuf.IExtensible { public CommInfo() {} 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 _exp; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"exp", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int exp { get { return _exp; } set { _exp = value; } } private int _cost; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"cost", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int cost { get { return _cost; } set { _cost = value; } } private string _name; [global::ProtoBuf.ProtoMember(4, 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessCommStruct")] public partial class GoddessCommStruct : global::ProtoBuf.IExtensible { public GoddessCommStruct() {} private int _curCommCount; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"curCommCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int curCommCount { get { return _curCommCount; } set { _curCommCount = value; } } private int _maxCommCount; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"maxCommCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int maxCommCount { get { return _maxCommCount; } set { _maxCommCount = value; } } private readonly global::System.Collections.Generic.List _commInfo = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(3, Name=@"commInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List commInfo { get { return _commInfo; } } 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=@"GetCommInfoResponse")] public partial class GetCommInfoResponse : global::ProtoBuf.IExtensible { public GetCommInfoResponse() {} 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.GoddessCommStruct _s2c_commData = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_commData", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.GoddessCommStruct s2c_commData { get { return _s2c_commData; } set { _s2c_commData = 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=@"UpIntimacyResponse")] public partial class UpIntimacyResponse : global::ProtoBuf.IExtensible { public UpIntimacyResponse() {} 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_star = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_star", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_star { get { return _s2c_star; } set { _s2c_star = value; } } private pomelo.area.GoddessIntimacyStruct _s2c_intimacyData = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_intimacyData", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.GoddessIntimacyStruct s2c_intimacyData { get { return _s2c_intimacyData; } set { _s2c_intimacyData = value; } } private pomelo.area.GoddessUpgradeStruct _s2c_upGradeInfo = null; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_upGradeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.GoddessUpgradeStruct s2c_upGradeInfo { get { return _s2c_upGradeInfo; } set { _s2c_upGradeInfo = 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=@"UpStarResponse")] public partial class UpStarResponse : global::ProtoBuf.IExtensible { public UpStarResponse() {} 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_star = default(int); [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_star", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int s2c_star { get { return _s2c_star; } set { _s2c_star = value; } } private pomelo.area.GoddessIntimacyStruct _s2c_intimacyData = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_intimacyData", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.GoddessIntimacyStruct s2c_intimacyData { get { return _s2c_intimacyData; } set { _s2c_intimacyData = value; } } private pomelo.area.GoddessUpgradeStruct _s2c_upGradeInfo = null; [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"s2c_upGradeInfo", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.GoddessUpgradeStruct s2c_upGradeInfo { get { return _s2c_upGradeInfo; } set { _s2c_upGradeInfo = 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=@"GetGoddessDetailResponse")] public partial class GetGoddessDetailResponse : global::ProtoBuf.IExtensible { public GetGoddessDetailResponse() {} 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.GoddessDetail _s2c_goddess = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_goddess", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.GoddessDetail s2c_goddess { get { return _s2c_goddess; } set { _s2c_goddess = 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=@"GetAllGoddessResponse")] public partial class GetAllGoddessResponse : global::ProtoBuf.IExtensible { public GetAllGoddessResponse() {} 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_on_battle_max_num; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"s2c_on_battle_max_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_on_battle_max_num { get { return _s2c_on_battle_max_num; } set { _s2c_on_battle_max_num = value; } } private readonly global::System.Collections.Generic.List _s2c_goddesses = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(4, Name=@"s2c_goddesses", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List s2c_goddesses { get { return _s2c_goddesses; } } 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=@"GoddessGift")] public partial class GoddessGift : global::ProtoBuf.IExtensible { public GoddessGift() {} 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 int _price; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"price", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int price { get { return _price; } set { _price = value; } } private string _name; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name; } set { _name = value; } } private string _pic; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"pic", DataFormat = global::ProtoBuf.DataFormat.Default)] public string pic { get { return _pic; } set { _pic = value; } } private string _des; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"des", DataFormat = global::ProtoBuf.DataFormat.Default)] public string des { get { return _des; } set { _des = value; } } private pomelo.area.GoddessGiftBasic _basic; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"basic", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.GoddessGiftBasic basic { get { return _basic; } set { _basic = 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=@"GoddessGiftBasic")] public partial class GoddessGiftBasic : global::ProtoBuf.IExtensible { public GoddessGiftBasic() {} 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 string _show; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"show", DataFormat = global::ProtoBuf.DataFormat.Default)] public string show { get { return _show; } set { _show = value; } } private int _state; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int state { get { return _state; } set { _state = 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=@"GoddessSkill")] public partial class GoddessSkill : global::ProtoBuf.IExtensible { public GoddessSkill() {} 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 string _pic; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"pic", DataFormat = global::ProtoBuf.DataFormat.Default)] public string pic { get { return _pic; } set { _pic = value; } } private string _des; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"des", DataFormat = global::ProtoBuf.DataFormat.Default)] public string des { get { return _des; } set { _des = 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 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=@"GoddessBasic")] public partial class GoddessBasic : global::ProtoBuf.IExtensible { public GoddessBasic() {} 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 int _templateId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"templateId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int templateId { get { return _templateId; } set { _templateId = value; } } private string _name; [global::ProtoBuf.ProtoMember(3, IsRequired = true, Name=@"name", DataFormat = global::ProtoBuf.DataFormat.Default)] public string name { get { return _name; } set { _name = value; } } private int _state; [global::ProtoBuf.ProtoMember(4, IsRequired = true, Name=@"state", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int state { get { return _state; } set { _state = value; } } private int _star; [global::ProtoBuf.ProtoMember(5, IsRequired = true, Name=@"star", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int star { get { return _star; } set { _star = value; } } private int _intimacy; [global::ProtoBuf.ProtoMember(6, IsRequired = true, Name=@"intimacy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int intimacy { get { return _intimacy; } set { _intimacy = value; } } private int _intimacyLevel; [global::ProtoBuf.ProtoMember(7, IsRequired = true, Name=@"intimacyLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int intimacyLevel { get { return _intimacyLevel; } set { _intimacyLevel = value; } } private int _intimacyStage; [global::ProtoBuf.ProtoMember(8, IsRequired = true, Name=@"intimacyStage", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int intimacyStage { get { return _intimacyStage; } set { _intimacyStage = value; } } private int _actionCount; [global::ProtoBuf.ProtoMember(9, IsRequired = true, Name=@"actionCount", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int actionCount { get { return _actionCount; } set { _actionCount = value; } } private int _upStarItemCur; [global::ProtoBuf.ProtoMember(10, IsRequired = true, Name=@"upStarItemCur", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int upStarItemCur { get { return _upStarItemCur; } set { _upStarItemCur = value; } } private int _upStarItemMax; [global::ProtoBuf.ProtoMember(11, IsRequired = true, Name=@"upStarItemMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int upStarItemMax { get { return _upStarItemMax; } set { _upStarItemMax = value; } } private int _needIntimacy; [global::ProtoBuf.ProtoMember(12, IsRequired = true, Name=@"needIntimacy", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int needIntimacy { get { return _needIntimacy; } set { _needIntimacy = value; } } private readonly global::System.Collections.Generic.List _equips = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(13, Name=@"equips", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List equips { get { return _equips; } } 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=@"GoddessEffectStruct")] public partial class GoddessEffectStruct : global::ProtoBuf.IExtensible { public GoddessEffectStruct() {} 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 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 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=@"GoddessDetail")] public partial class GoddessDetail : global::ProtoBuf.IExtensible { public GoddessDetail() {} private pomelo.area.GoddessBasic _basic; [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"basic", DataFormat = global::ProtoBuf.DataFormat.Default)] public pomelo.area.GoddessBasic basic { get { return _basic; } set { _basic = value; } } private readonly global::System.Collections.Generic.List _atts = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(2, Name=@"atts", DataFormat = global::ProtoBuf.DataFormat.Default)] public global::System.Collections.Generic.List atts { get { return _atts; } } private pomelo.area.GoddessSkill _mainSkill = null; [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"mainSkill", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.GoddessSkill mainSkill { get { return _mainSkill; } set { _mainSkill = value; } } private pomelo.area.GoddessSkill _assistSkill = null; [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"assistSkill", DataFormat = global::ProtoBuf.DataFormat.Default)] [global::System.ComponentModel.DefaultValue(null)] public pomelo.area.GoddessSkill assistSkill { get { return _assistSkill; } set { _assistSkill = 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=@"EnterGoddessSceneResponse")] public partial class EnterGoddessSceneResponse : global::ProtoBuf.IExtensible { public EnterGoddessSceneResponse() {} 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OutGoddessSceneResponse")] public partial class OutGoddessSceneResponse : global::ProtoBuf.IExtensible { public OutGoddessSceneResponse() {} 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ActiveGoddessResponse")] public partial class ActiveGoddessResponse : global::ProtoBuf.IExtensible { public ActiveGoddessResponse() {} 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnBattleGoddessResponse")] public partial class OnBattleGoddessResponse : global::ProtoBuf.IExtensible { public OnBattleGoddessResponse() {} 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OffBattleGoddessResponse")] public partial class OffBattleGoddessResponse : global::ProtoBuf.IExtensible { public OffBattleGoddessResponse() {} 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); } } //--------------------------------------------------------------------------------------- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"GoddessEquipDynamicPush")] public partial class GoddessEquipDynamicPush : global::ProtoBuf.IExtensible { public GoddessEquipDynamicPush() {} 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 int _s2c_goddessId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_goddessId { get { return _s2c_goddessId; } set { _s2c_goddessId = 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=@"GoddessGiftDynamicPush")] public partial class GoddessGiftDynamicPush : global::ProtoBuf.IExtensible { public GoddessGiftDynamicPush() {} 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 int _s2c_goddessId; [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"s2c_goddessId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public int s2c_goddessId { get { return _s2c_goddessId; } set { _s2c_goddessId = 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); } } }