123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- namespace pomelo.area
- {
-
-
-
-
-
-
- [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"CaiLianEndPush")]
- public partial class CaiLianEndPush : global::ProtoBuf.IExtensible
- {
- public CaiLianEndPush() {}
-
-
- private readonly global::System.Collections.Generic.List<int> _flower = new global::System.Collections.Generic.List<int>();
- [global::ProtoBuf.ProtoMember(1, Name=@"flower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public global::System.Collections.Generic.List<int> flower
- {
- get { return _flower; }
- }
-
-
- private int _isDouble = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, IsRequired = false, Name=@"isDouble", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int isDouble
- {
- get { return _isDouble; }
- set { _isDouble = value; }
- }
-
- private int _isTodayMax = default(int);
-
-
-
-
- [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"isTodayMax", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- [global::System.ComponentModel.DefaultValue(default(int))]
- public int isTodayMax
- {
- get { return _isTodayMax; }
- set { _isTodayMax = value; }
- }
-
- private string _rewardItem = "";
-
-
-
-
- [global::ProtoBuf.ProtoMember(4, IsRequired = false, Name=@"rewardItem", DataFormat = global::ProtoBuf.DataFormat.Default)]
- [global::System.ComponentModel.DefaultValue("")]
- public string rewardItem
- {
- get { return _rewardItem; }
- set { _rewardItem = 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=@"KillbossInfoPush")]
- public partial class KillbossInfoPush : global::ProtoBuf.IExtensible
- {
- public KillbossInfoPush() {}
-
-
- private readonly global::System.Collections.Generic.List<int> _bossIds = new global::System.Collections.Generic.List<int>();
- [global::ProtoBuf.ProtoMember(1, Name=@"bossIds", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public global::System.Collections.Generic.List<int> bossIds
- {
- get { return _bossIds; }
- }
-
-
- private readonly global::System.Collections.Generic.List<int> _bossColors = new global::System.Collections.Generic.List<int>();
-
-
-
-
- [global::ProtoBuf.ProtoMember(2, Name=@"bossColors", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)]
- public global::System.Collections.Generic.List<int> bossColors
- {
- get { return _bossColors; }
- }
-
- private global::ProtoBuf.IExtension extensionObject;
- global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing)
- { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); }
- }
-
-
- }
-
|