// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: StartCocoonStageCsReq.proto // #pragma warning disable 1591, 0612, 3021, 8981 #region Designer generated code using pb = global::Google.Protobuf; using pbc = global::Google.Protobuf.Collections; using pbr = global::Google.Protobuf.Reflection; using scg = global::System.Collections.Generic; namespace EggLink.DanhengServer.Proto { /// Holder for reflection information generated from StartCocoonStageCsReq.proto public static partial class StartCocoonStageCsReqReflection { #region Descriptor /// File descriptor for StartCocoonStageCsReq.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static StartCocoonStageCsReqReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "ChtTdGFydENvY29vblN0YWdlQ3NSZXEucHJvdG8ihQEKFVN0YXJ0Q29jb29u", "U3RhZ2VDc1JlcRIRCgljb2Nvb25faWQYBCABKA0SDAoEd2F2ZRgIIAEoDRIe", "ChZjb2Nvb25fY2hhbGxlbmdlX3RpbWVzGAYgASgNEhYKDnByb3BfZW50aXR5", "X2lkGAwgASgNEhMKC3dvcmxkX2xldmVsGA4gASgNQh6qAhtFZ2dMaW5rLkRh", "bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw==")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.StartCocoonStageCsReq), global::EggLink.DanhengServer.Proto.StartCocoonStageCsReq.Parser, new[]{ "CocoonId", "Wave", "CocoonChallengeTimes", "PropEntityId", "WorldLevel" }, null, null, null, null) })); } #endregion } #region Messages [global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")] public sealed partial class StartCocoonStageCsReq : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new StartCocoonStageCsReq()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::EggLink.DanhengServer.Proto.StartCocoonStageCsReqReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StartCocoonStageCsReq() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StartCocoonStageCsReq(StartCocoonStageCsReq other) : this() { cocoonId_ = other.cocoonId_; wave_ = other.wave_; cocoonChallengeTimes_ = other.cocoonChallengeTimes_; propEntityId_ = other.propEntityId_; worldLevel_ = other.worldLevel_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public StartCocoonStageCsReq Clone() { return new StartCocoonStageCsReq(this); } /// Field number for the "cocoon_id" field. public const int CocoonIdFieldNumber = 4; private uint cocoonId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CocoonId { get { return cocoonId_; } set { cocoonId_ = value; } } /// Field number for the "wave" field. public const int WaveFieldNumber = 8; private uint wave_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint Wave { get { return wave_; } set { wave_ = value; } } /// Field number for the "cocoon_challenge_times" field. public const int CocoonChallengeTimesFieldNumber = 6; private uint cocoonChallengeTimes_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint CocoonChallengeTimes { get { return cocoonChallengeTimes_; } set { cocoonChallengeTimes_ = value; } } /// Field number for the "prop_entity_id" field. public const int PropEntityIdFieldNumber = 12; private uint propEntityId_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint PropEntityId { get { return propEntityId_; } set { propEntityId_ = value; } } /// Field number for the "world_level" field. public const int WorldLevelFieldNumber = 14; private uint worldLevel_; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public uint WorldLevel { get { return worldLevel_; } set { worldLevel_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as StartCocoonStageCsReq); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(StartCocoonStageCsReq other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (CocoonId != other.CocoonId) return false; if (Wave != other.Wave) return false; if (CocoonChallengeTimes != other.CocoonChallengeTimes) return false; if (PropEntityId != other.PropEntityId) return false; if (WorldLevel != other.WorldLevel) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override int GetHashCode() { int hash = 1; if (CocoonId != 0) hash ^= CocoonId.GetHashCode(); if (Wave != 0) hash ^= Wave.GetHashCode(); if (CocoonChallengeTimes != 0) hash ^= CocoonChallengeTimes.GetHashCode(); if (PropEntityId != 0) hash ^= PropEntityId.GetHashCode(); if (WorldLevel != 0) hash ^= WorldLevel.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void WriteTo(pb::CodedOutputStream output) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE output.WriteRawMessage(this); #else if (CocoonId != 0) { output.WriteRawTag(32); output.WriteUInt32(CocoonId); } if (CocoonChallengeTimes != 0) { output.WriteRawTag(48); output.WriteUInt32(CocoonChallengeTimes); } if (Wave != 0) { output.WriteRawTag(64); output.WriteUInt32(Wave); } if (PropEntityId != 0) { output.WriteRawTag(96); output.WriteUInt32(PropEntityId); } if (WorldLevel != 0) { output.WriteRawTag(112); output.WriteUInt32(WorldLevel); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) { if (CocoonId != 0) { output.WriteRawTag(32); output.WriteUInt32(CocoonId); } if (CocoonChallengeTimes != 0) { output.WriteRawTag(48); output.WriteUInt32(CocoonChallengeTimes); } if (Wave != 0) { output.WriteRawTag(64); output.WriteUInt32(Wave); } if (PropEntityId != 0) { output.WriteRawTag(96); output.WriteUInt32(PropEntityId); } if (WorldLevel != 0) { output.WriteRawTag(112); output.WriteUInt32(WorldLevel); } if (_unknownFields != null) { _unknownFields.WriteTo(ref output); } } #endif [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public int CalculateSize() { int size = 0; if (CocoonId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CocoonId); } if (Wave != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Wave); } if (CocoonChallengeTimes != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CocoonChallengeTimes); } if (PropEntityId != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PropEntityId); } if (WorldLevel != 0) { size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorldLevel); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(StartCocoonStageCsReq other) { if (other == null) { return; } if (other.CocoonId != 0) { CocoonId = other.CocoonId; } if (other.Wave != 0) { Wave = other.Wave; } if (other.CocoonChallengeTimes != 0) { CocoonChallengeTimes = other.CocoonChallengeTimes; } if (other.PropEntityId != 0) { PropEntityId = other.PropEntityId; } if (other.WorldLevel != 0) { WorldLevel = other.WorldLevel; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(pb::CodedInputStream input) { #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE input.ReadRawMessage(this); #else uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 32: { CocoonId = input.ReadUInt32(); break; } case 48: { CocoonChallengeTimes = input.ReadUInt32(); break; } case 64: { Wave = input.ReadUInt32(); break; } case 96: { PropEntityId = input.ReadUInt32(); break; } case 112: { WorldLevel = input.ReadUInt32(); break; } } } #endif } #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); break; case 32: { CocoonId = input.ReadUInt32(); break; } case 48: { CocoonChallengeTimes = input.ReadUInt32(); break; } case 64: { Wave = input.ReadUInt32(); break; } case 96: { PropEntityId = input.ReadUInt32(); break; } case 112: { WorldLevel = input.ReadUInt32(); break; } } } } #endif } #endregion } #endregion Designer generated code