//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者: 曾振东 // * 创建时间: 2019.08.08 // * 用途: 采莲副本 // ****************************************************************************/ // Generated from: pickLotusAreaHandler.proto // Note: requires additional types generated from: common.proto 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 _flower = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"flower", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List flower { get { return _flower; } } private int _isDouble = default(int); /// /// 是否翻倍,0-否,1-翻倍 /// [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); /// /// 今日奖励是否已达上线,0-否,1-是 /// [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); } } //--------------------------------------------------------------------------------------- /// /// 已死亡的bossId /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"KillbossInfoPush")] public partial class KillbossInfoPush : global::ProtoBuf.IExtensible { public KillbossInfoPush() {} private readonly global::System.Collections.Generic.List _bossIds = new global::System.Collections.Generic.List(); [global::ProtoBuf.ProtoMember(1, Name=@"bossIds", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List bossIds { get { return _bossIds; } } private readonly global::System.Collections.Generic.List _bossColors = new global::System.Collections.Generic.List(); /// /// 莲花颜色顺序 /// [global::ProtoBuf.ProtoMember(2, Name=@"bossColors", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] public global::System.Collections.Generic.List 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); } } }