//------------------------------------------------------------------------------ // // This code was generated by a tool. // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ // *************************************************************************** // * 作者= justsogo // * 创建时间= 2020-10-15 // * 用途= 鲛人玩法协议 // *************************************************************************** // Generated from: fishBossHandler.proto namespace pomelo.fishboss { //--------------------------------------------------------------------------------------- /// /// 鲛人boss开启进度信息 MSG_QueryFishBoss = 726; /// [global::System.Serializable, global::ProtoBuf.ProtoContract(Name=@"FishBossInfoRequest")] public partial class FishBossInfoRequest : global::ProtoBuf.IExtensible { public FishBossInfoRequest() {} 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=@"FishBossInfoResponse")] public partial class FishBossInfoResponse : global::ProtoBuf.IExtensible { public FishBossInfoResponse() {} 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 _totalFeelings = default(int); /// /// 当前总的好感度 /// [global::ProtoBuf.ProtoMember(3, IsRequired = false, Name=@"totalFeelings", DataFormat = global::ProtoBuf.DataFormat.TwosComplement)] [global::System.ComponentModel.DefaultValue(default(int))] public int totalFeelings { get { return _totalFeelings; } set { _totalFeelings = value; } } private global::ProtoBuf.IExtension extensionObject; global::ProtoBuf.IExtension global::ProtoBuf.IExtensible.GetExtensionObject(bool createIfMissing) { return global::ProtoBuf.Extensible.GetExtensionObject(ref extensionObject, createIfMissing); } } }