12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403 |
- //------------------------------------------------------------------------------
- // <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>
- //------------------------------------------------------------------------------
- // ***************************************************************************
- // * 作者= 卢松洁
- // * 创建时间= 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<pomelo.area.GoddessGift> _s2c_gifts = new global::System.Collections.Generic.List<pomelo.area.GoddessGift>();
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_gifts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.GoddessGift> 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<pomelo.area.GoddessAddProp> _addProps = new global::System.Collections.Generic.List<pomelo.area.GoddessAddProp>();
- [global::ProtoBuf.ProtoMember(2, Name=@"addProps", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.GoddessAddProp> 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<pomelo.area.CommInfo> _commInfo = new global::System.Collections.Generic.List<pomelo.area.CommInfo>();
- [global::ProtoBuf.ProtoMember(3, Name=@"commInfo", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.CommInfo> 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<pomelo.area.GoddessBasic> _s2c_goddesses = new global::System.Collections.Generic.List<pomelo.area.GoddessBasic>();
- [global::ProtoBuf.ProtoMember(4, Name=@"s2c_goddesses", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.GoddessBasic> 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<pomelo.area.GoddessGiftBasic> _equips = new global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic>();
- [global::ProtoBuf.ProtoMember(13, Name=@"equips", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic> 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<pomelo.area.GoddessEffectStruct> _atts = new global::System.Collections.Generic.List<pomelo.area.GoddessEffectStruct>();
- [global::ProtoBuf.ProtoMember(2, Name=@"atts", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.GoddessEffectStruct> 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<pomelo.area.GoddessGiftBasic> _s2c_data = new global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic>();
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.GoddessGiftBasic> 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<pomelo.area.GoddessGift> _s2c_data = new global::System.Collections.Generic.List<pomelo.area.GoddessGift>();
- [global::ProtoBuf.ProtoMember(3, Name=@"s2c_data", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.GoddessGift> 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); }
- }
-
-
- }
-
|