123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765 |
- namespace pomelo.area
- {
-
-
-
-
-
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ResourceDungeonInfo")]
- public partial class ResourceDungeonInfo : global::ProtoBuf.IExtensible
- {
- public ResourceDungeonInfo() {}
-
-
- private int _dungeonId;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"dungeonId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int dungeonId
- {
- get { return _dungeonId; }
- set { _dungeonId = value; }
- }
-
- private int _lastTimes;
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = true, Name=@"lastTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int lastTimes
- {
- get { return _lastTimes; }
- set { _lastTimes = value; }
- }
-
- private int _buyTimes = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"buyTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int buyTimes
- {
- get { return _buyTimes; }
- set { _buyTimes = value; }
- }
-
- private int _canBuyTimes = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"canBuyTimes", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int canBuyTimes
- {
- get { return _canBuyTimes; }
- set { _canBuyTimes = value; }
- }
-
- private string _awardItems = "";
-
-
-
-
- [global::ProtoBuf.ProtoMember(5, IsRequired = false, Name=@"awardItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string awardItems
- {
- get { return _awardItems; }
- set { _awardItems = value; }
- }
-
- private bool _canSweep = default(bool);
-
-
-
-
- [global::ProtoBuf.ProtoMember(6, IsRequired = false, Name=@"canSweep", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(default(bool))]
- public bool canSweep
- {
- get { return _canSweep; }
- set { _canSweep = value; }
- }
-
- private int _playType = default(int);
- [global::ProtoBuf.ProtoMember(7, IsRequired = false, Name=@"playType", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int playType
- {
- get { return _playType; }
- set { _playType = value; }
- }
-
- private int _enterLevel = default(int);
- [global::ProtoBuf.ProtoMember(8, IsRequired = false, Name=@"enterLevel", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int enterLevel
- {
- get { return _enterLevel; }
- set { _enterLevel = 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=@"QueryResourceDugeonInfoRequest")]
- public partial class QueryResourceDugeonInfoRequest : global::ProtoBuf.IExtensible
- {
- public QueryResourceDugeonInfoRequest() {}
-
- 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=@"QueryResourceDugeonInfoResponse")]
- public partial class QueryResourceDugeonInfoResponse : global::ProtoBuf.IExtensible
- {
- public QueryResourceDugeonInfoResponse() {}
-
-
- 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.ResourceDungeonInfo> _dungeons = new global::System.Collections.Generic.List<pomelo.area.ResourceDungeonInfo>();
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, Name=@"dungeons", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.area.ResourceDungeonInfo> dungeons
- {
- get { return _dungeons; }
- }
-
- 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=@"BuyTimesRequest")]
- public partial class BuyTimesRequest : global::ProtoBuf.IExtensible
- {
- public BuyTimesRequest() {}
-
-
- private int _dungeonId;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"dungeonId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int dungeonId
- {
- get { return _dungeonId; }
- set { _dungeonId = 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=@"BuyTimesResponse")]
- public partial class BuyTimesResponse : global::ProtoBuf.IExtensible
- {
- public BuyTimesResponse() {}
-
-
- 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=@"EnterResourceDugeonInfoRequest")]
- public partial class EnterResourceDugeonInfoRequest : global::ProtoBuf.IExtensible
- {
- public EnterResourceDugeonInfoRequest() {}
-
-
- private int _dungeonId;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"dungeonId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int dungeonId
- {
- get { return _dungeonId; }
- set { _dungeonId = 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=@"EnterResourceDugeonInfoResponse")]
- public partial class EnterResourceDugeonInfoResponse : global::ProtoBuf.IExtensible
- {
- public EnterResourceDugeonInfoResponse() {}
-
-
- 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=@"ReceiveDoubleRewardRequest")]
- public partial class ReceiveDoubleRewardRequest : global::ProtoBuf.IExtensible
- {
- public ReceiveDoubleRewardRequest() {}
-
-
- private int _dungeonId;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"dungeonId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int dungeonId
- {
- get { return _dungeonId; }
- set { _dungeonId = 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=@"ReceiveDoubleRewardResponse")]
- public partial class ReceiveDoubleRewardResponse : global::ProtoBuf.IExtensible
- {
- public ReceiveDoubleRewardResponse() {}
-
-
- 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=@"ResourceCountDownRequest")]
- public partial class ResourceCountDownRequest : global::ProtoBuf.IExtensible
- {
- public ResourceCountDownRequest() {}
-
-
- private int _dungeonId = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"dungeonId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int dungeonId
- {
- get { return _dungeonId; }
- set { _dungeonId = 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=@"ResourceCountDownResponse")]
- public partial class ResourceCountDownResponse : global::ProtoBuf.IExtensible
- {
- public ResourceCountDownResponse() {}
-
-
- 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 long _countDown = default(long);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"countDown", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(long))]
- public long countDown
- {
- get { return _countDown; }
- set { _countDown = 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=@"ResourceSweepRequest")]
- public partial class ResourceSweepRequest : global::ProtoBuf.IExtensible
- {
- public ResourceSweepRequest() {}
-
-
- private int _dungeonId;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"dungeonId", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public int dungeonId
- {
- get { return _dungeonId; }
- set { _dungeonId = 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=@"ResourceSweepResponse")]
- public partial class ResourceSweepResponse : global::ProtoBuf.IExtensible
- {
- public ResourceSweepResponse() {}
-
-
- 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.item.MiniItem> _awardItems = new global::System.Collections.Generic.List<pomelo.item.MiniItem>();
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, Name=@"awardItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.MiniItem> awardItems
- {
- get { return _awardItems; }
- }
-
- 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=@"ResourceSitUnsafeRequest")]
- public partial class ResourceSitUnsafeRequest : global::ProtoBuf.IExtensible
- {
- public ResourceSitUnsafeRequest() {}
-
-
- private bool _sit_unsafe;
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = true, Name=@"sit_unsafe", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public bool sit_unsafe
- {
- get { return _sit_unsafe; }
- set { _sit_unsafe = 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=@"ResourceSitUnsafeResponse")]
- public partial class ResourceSitUnsafeResponse : global::ProtoBuf.IExtensible
- {
- public ResourceSitUnsafeResponse() {}
-
-
- 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_time = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_time
- {
- get { return _s2c_time; }
- set { _s2c_time = value; }
- }
-
- private int _s2c_qi_num = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_qi_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_qi_num
- {
- get { return _s2c_qi_num; }
- set { _s2c_qi_num = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
-
-
-
-
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"ResourceSitUnsafeObtainQiRequest")]
- public partial class ResourceSitUnsafeObtainQiRequest : global::ProtoBuf.IExtensible
- {
- public ResourceSitUnsafeObtainQiRequest() {}
-
- 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=@"ResourceSitUnsafeObtainQiResponse")]
- public partial class ResourceSitUnsafeObtainQiResponse : global::ProtoBuf.IExtensible
- {
- public ResourceSitUnsafeObtainQiResponse() {}
-
-
- 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_time = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_time", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_time
- {
- get { return _s2c_time; }
- set { _s2c_time = value; }
- }
-
- private int _s2c_qi_num = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"s2c_qi_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_qi_num
- {
- get { return _s2c_qi_num; }
- set { _s2c_qi_num = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
-
-
-
-
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"OnResourceInfoPush")]
- public partial class OnResourceInfoPush : global::ProtoBuf.IExtensible
- {
- public OnResourceInfoPush() {}
-
-
- private int _s2c_num = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"s2c_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_num
- {
- get { return _s2c_num; }
- set { _s2c_num = value; }
- }
-
- private readonly global::System.Collections.Generic.List<pomelo.item.MiniItem> _awardItems = new global::System.Collections.Generic.List<pomelo.item.MiniItem>();
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, Name=@"awardItems", DataFormat = global::ProtoBuf.DataFormat.Default)]
- public global::System.Collections.Generic.List<pomelo.item.MiniItem> awardItems
- {
- get { return _awardItems; }
- }
-
-
- private bool _s2c_is_lucky = default(bool);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"s2c_is_lucky", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue(default(bool))]
- public bool s2c_is_lucky
- {
- get { return _s2c_is_lucky; }
- set { _s2c_is_lucky = 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=@"OnFishPush")]
- public partial class OnFishPush : global::ProtoBuf.IExtensible
- {
- public OnFishPush() {}
-
-
- private int _s2c_fish_num = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(1, IsRequired = false, Name=@"s2c_fish_num", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_fish_num
- {
- get { return _s2c_fish_num; }
- set { _s2c_fish_num = value; }
- }
-
- private int _s2c_fish_num1 = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"s2c_fish_num1", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int s2c_fish_num1
- {
- get { return _s2c_fish_num1; }
- set { _s2c_fish_num1 = value; }
- }
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|