Files
DanhengServer-OpenSource/Common/Proto/LFAMGDGFPOB.cs
Somebody a1b73378d9 Fix Mission Custom Value Bug
- TakeType CustomValue can be solved correctly now
2024-07-07 18:00:16 +08:00

292 lines
11 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: LFAMGDGFPOB.proto
// </auto-generated>
#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 {
/// <summary>Holder for reflection information generated from LFAMGDGFPOB.proto</summary>
public static partial class LFAMGDGFPOBReflection {
#region Descriptor
/// <summary>File descriptor for LFAMGDGFPOB.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static LFAMGDGFPOBReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFMRkFNR0RHRlBPQi5wcm90bxoRSkdLS0lBQ01IRkUucHJvdG8aEUtFTkhC",
"QkhKQkRLLnByb3RvIlUKC0xGQU1HREdGUE9CEiIKC0JKR0hPRkNKRk9EGKMG",
"IAEoCzIMLktFTkhCQkhKQkRLEiIKC0RDT0VBR0tNQ0RLGLQKIAEoCzIMLkpH",
"S0tJQUNNSEZFQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnBy",
"b3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.JGKKIACMHFEReflection.Descriptor, global::EggLink.DanhengServer.Proto.KENHBBHJBDKReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.LFAMGDGFPOB), global::EggLink.DanhengServer.Proto.LFAMGDGFPOB.Parser, new[]{ "BJGHOFCJFOD", "DCOEAGKMCDK" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class LFAMGDGFPOB : pb::IMessage<LFAMGDGFPOB>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<LFAMGDGFPOB> _parser = new pb::MessageParser<LFAMGDGFPOB>(() => new LFAMGDGFPOB());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<LFAMGDGFPOB> 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.LFAMGDGFPOBReflection.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 LFAMGDGFPOB() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public LFAMGDGFPOB(LFAMGDGFPOB other) : this() {
bJGHOFCJFOD_ = other.bJGHOFCJFOD_ != null ? other.bJGHOFCJFOD_.Clone() : null;
dCOEAGKMCDK_ = other.dCOEAGKMCDK_ != null ? other.dCOEAGKMCDK_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public LFAMGDGFPOB Clone() {
return new LFAMGDGFPOB(this);
}
/// <summary>Field number for the "BJGHOFCJFOD" field.</summary>
public const int BJGHOFCJFODFieldNumber = 803;
private global::EggLink.DanhengServer.Proto.KENHBBHJBDK bJGHOFCJFOD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.KENHBBHJBDK BJGHOFCJFOD {
get { return bJGHOFCJFOD_; }
set {
bJGHOFCJFOD_ = value;
}
}
/// <summary>Field number for the "DCOEAGKMCDK" field.</summary>
public const int DCOEAGKMCDKFieldNumber = 1332;
private global::EggLink.DanhengServer.Proto.JGKKIACMHFE dCOEAGKMCDK_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.JGKKIACMHFE DCOEAGKMCDK {
get { return dCOEAGKMCDK_; }
set {
dCOEAGKMCDK_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as LFAMGDGFPOB);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(LFAMGDGFPOB other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(BJGHOFCJFOD, other.BJGHOFCJFOD)) return false;
if (!object.Equals(DCOEAGKMCDK, other.DCOEAGKMCDK)) 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 (bJGHOFCJFOD_ != null) hash ^= BJGHOFCJFOD.GetHashCode();
if (dCOEAGKMCDK_ != null) hash ^= DCOEAGKMCDK.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 (bJGHOFCJFOD_ != null) {
output.WriteRawTag(154, 50);
output.WriteMessage(BJGHOFCJFOD);
}
if (dCOEAGKMCDK_ != null) {
output.WriteRawTag(162, 83);
output.WriteMessage(DCOEAGKMCDK);
}
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 (bJGHOFCJFOD_ != null) {
output.WriteRawTag(154, 50);
output.WriteMessage(BJGHOFCJFOD);
}
if (dCOEAGKMCDK_ != null) {
output.WriteRawTag(162, 83);
output.WriteMessage(DCOEAGKMCDK);
}
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 (bJGHOFCJFOD_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(BJGHOFCJFOD);
}
if (dCOEAGKMCDK_ != null) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(DCOEAGKMCDK);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(LFAMGDGFPOB other) {
if (other == null) {
return;
}
if (other.bJGHOFCJFOD_ != null) {
if (bJGHOFCJFOD_ == null) {
BJGHOFCJFOD = new global::EggLink.DanhengServer.Proto.KENHBBHJBDK();
}
BJGHOFCJFOD.MergeFrom(other.BJGHOFCJFOD);
}
if (other.dCOEAGKMCDK_ != null) {
if (dCOEAGKMCDK_ == null) {
DCOEAGKMCDK = new global::EggLink.DanhengServer.Proto.JGKKIACMHFE();
}
DCOEAGKMCDK.MergeFrom(other.DCOEAGKMCDK);
}
_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 6426: {
if (bJGHOFCJFOD_ == null) {
BJGHOFCJFOD = new global::EggLink.DanhengServer.Proto.KENHBBHJBDK();
}
input.ReadMessage(BJGHOFCJFOD);
break;
}
case 10658: {
if (dCOEAGKMCDK_ == null) {
DCOEAGKMCDK = new global::EggLink.DanhengServer.Proto.JGKKIACMHFE();
}
input.ReadMessage(DCOEAGKMCDK);
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 6426: {
if (bJGHOFCJFOD_ == null) {
BJGHOFCJFOD = new global::EggLink.DanhengServer.Proto.KENHBBHJBDK();
}
input.ReadMessage(BJGHOFCJFOD);
break;
}
case 10658: {
if (dCOEAGKMCDK_ == null) {
DCOEAGKMCDK = new global::EggLink.DanhengServer.Proto.JGKKIACMHFE();
}
input.ReadMessage(DCOEAGKMCDK);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code