Files
DanhengServer-OpenSource/Proto/ENCGLEPGAGE.cs
2024-11-16 10:25:29 +08:00

339 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ENCGLEPGAGE.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 ENCGLEPGAGE.proto</summary>
public static partial class ENCGLEPGAGEReflection {
#region Descriptor
/// <summary>File descriptor for ENCGLEPGAGE.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ENCGLEPGAGEReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFFTkNHTEVQR0FHRS5wcm90bxoRT0tDSUhKSUhCQU4ucHJvdG8aEU9FQkpI",
"T1BCR0FNLnByb3RvGhFIR01PQkFMRU9ITy5wcm90byKMAQoLRU5DR0xFUEdB",
"R0USIQoLT0xIRUFMUEVPRUEYDiABKAsyDC5IR01PQkFMRU9ITxIuChhGVU5D",
"X1VOTE9DS19JRF9FUVVJUE1FTlQYCCABKAsyDC5PRUJKSE9QQkdBTRIqChRG",
"VU5DX1VOTE9DS19JRF9SRUxJQxgGIAEoCzIMLk9LQ0lISklIQkFOQh6qAhtF",
"Z2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.OKCIHJIHBANReflection.Descriptor, global::EggLink.DanhengServer.Proto.OEBJHOPBGAMReflection.Descriptor, global::EggLink.DanhengServer.Proto.HGMOBALEOHOReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ENCGLEPGAGE), global::EggLink.DanhengServer.Proto.ENCGLEPGAGE.Parser, new[]{ "OLHEALPEOEA", "FUNCUNLOCKIDEQUIPMENT", "FUNCUNLOCKIDRELIC" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ENCGLEPGAGE : pb::IMessage<ENCGLEPGAGE>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ENCGLEPGAGE> _parser = new pb::MessageParser<ENCGLEPGAGE>(() => new ENCGLEPGAGE());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ENCGLEPGAGE> 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.ENCGLEPGAGEReflection.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 ENCGLEPGAGE() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ENCGLEPGAGE(ENCGLEPGAGE other) : this() {
oLHEALPEOEA_ = other.oLHEALPEOEA_ != null ? other.oLHEALPEOEA_.Clone() : null;
fUNCUNLOCKIDEQUIPMENT_ = other.fUNCUNLOCKIDEQUIPMENT_ != null ? other.fUNCUNLOCKIDEQUIPMENT_.Clone() : null;
fUNCUNLOCKIDRELIC_ = other.fUNCUNLOCKIDRELIC_ != null ? other.fUNCUNLOCKIDRELIC_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ENCGLEPGAGE Clone() {
return new ENCGLEPGAGE(this);
}
/// <summary>Field number for the "OLHEALPEOEA" field.</summary>
public const int OLHEALPEOEAFieldNumber = 14;
private global::EggLink.DanhengServer.Proto.HGMOBALEOHO oLHEALPEOEA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.HGMOBALEOHO OLHEALPEOEA {
get { return oLHEALPEOEA_; }
set {
oLHEALPEOEA_ = value;
}
}
/// <summary>Field number for the "FUNC_UNLOCK_ID_EQUIPMENT" field.</summary>
public const int FUNCUNLOCKIDEQUIPMENTFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.OEBJHOPBGAM fUNCUNLOCKIDEQUIPMENT_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.OEBJHOPBGAM FUNCUNLOCKIDEQUIPMENT {
get { return fUNCUNLOCKIDEQUIPMENT_; }
set {
fUNCUNLOCKIDEQUIPMENT_ = value;
}
}
/// <summary>Field number for the "FUNC_UNLOCK_ID_RELIC" field.</summary>
public const int FUNCUNLOCKIDRELICFieldNumber = 6;
private global::EggLink.DanhengServer.Proto.OKCIHJIHBAN fUNCUNLOCKIDRELIC_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.OKCIHJIHBAN FUNCUNLOCKIDRELIC {
get { return fUNCUNLOCKIDRELIC_; }
set {
fUNCUNLOCKIDRELIC_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ENCGLEPGAGE);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ENCGLEPGAGE other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(OLHEALPEOEA, other.OLHEALPEOEA)) return false;
if (!object.Equals(FUNCUNLOCKIDEQUIPMENT, other.FUNCUNLOCKIDEQUIPMENT)) return false;
if (!object.Equals(FUNCUNLOCKIDRELIC, other.FUNCUNLOCKIDRELIC)) 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 (oLHEALPEOEA_ != null) hash ^= OLHEALPEOEA.GetHashCode();
if (fUNCUNLOCKIDEQUIPMENT_ != null) hash ^= FUNCUNLOCKIDEQUIPMENT.GetHashCode();
if (fUNCUNLOCKIDRELIC_ != null) hash ^= FUNCUNLOCKIDRELIC.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 (fUNCUNLOCKIDRELIC_ != null) {
output.WriteRawTag(50);
output.WriteMessage(FUNCUNLOCKIDRELIC);
}
if (fUNCUNLOCKIDEQUIPMENT_ != null) {
output.WriteRawTag(66);
output.WriteMessage(FUNCUNLOCKIDEQUIPMENT);
}
if (oLHEALPEOEA_ != null) {
output.WriteRawTag(114);
output.WriteMessage(OLHEALPEOEA);
}
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 (fUNCUNLOCKIDRELIC_ != null) {
output.WriteRawTag(50);
output.WriteMessage(FUNCUNLOCKIDRELIC);
}
if (fUNCUNLOCKIDEQUIPMENT_ != null) {
output.WriteRawTag(66);
output.WriteMessage(FUNCUNLOCKIDEQUIPMENT);
}
if (oLHEALPEOEA_ != null) {
output.WriteRawTag(114);
output.WriteMessage(OLHEALPEOEA);
}
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 (oLHEALPEOEA_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(OLHEALPEOEA);
}
if (fUNCUNLOCKIDEQUIPMENT_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FUNCUNLOCKIDEQUIPMENT);
}
if (fUNCUNLOCKIDRELIC_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FUNCUNLOCKIDRELIC);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ENCGLEPGAGE other) {
if (other == null) {
return;
}
if (other.oLHEALPEOEA_ != null) {
if (oLHEALPEOEA_ == null) {
OLHEALPEOEA = new global::EggLink.DanhengServer.Proto.HGMOBALEOHO();
}
OLHEALPEOEA.MergeFrom(other.OLHEALPEOEA);
}
if (other.fUNCUNLOCKIDEQUIPMENT_ != null) {
if (fUNCUNLOCKIDEQUIPMENT_ == null) {
FUNCUNLOCKIDEQUIPMENT = new global::EggLink.DanhengServer.Proto.OEBJHOPBGAM();
}
FUNCUNLOCKIDEQUIPMENT.MergeFrom(other.FUNCUNLOCKIDEQUIPMENT);
}
if (other.fUNCUNLOCKIDRELIC_ != null) {
if (fUNCUNLOCKIDRELIC_ == null) {
FUNCUNLOCKIDRELIC = new global::EggLink.DanhengServer.Proto.OKCIHJIHBAN();
}
FUNCUNLOCKIDRELIC.MergeFrom(other.FUNCUNLOCKIDRELIC);
}
_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 50: {
if (fUNCUNLOCKIDRELIC_ == null) {
FUNCUNLOCKIDRELIC = new global::EggLink.DanhengServer.Proto.OKCIHJIHBAN();
}
input.ReadMessage(FUNCUNLOCKIDRELIC);
break;
}
case 66: {
if (fUNCUNLOCKIDEQUIPMENT_ == null) {
FUNCUNLOCKIDEQUIPMENT = new global::EggLink.DanhengServer.Proto.OEBJHOPBGAM();
}
input.ReadMessage(FUNCUNLOCKIDEQUIPMENT);
break;
}
case 114: {
if (oLHEALPEOEA_ == null) {
OLHEALPEOEA = new global::EggLink.DanhengServer.Proto.HGMOBALEOHO();
}
input.ReadMessage(OLHEALPEOEA);
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 50: {
if (fUNCUNLOCKIDRELIC_ == null) {
FUNCUNLOCKIDRELIC = new global::EggLink.DanhengServer.Proto.OKCIHJIHBAN();
}
input.ReadMessage(FUNCUNLOCKIDRELIC);
break;
}
case 66: {
if (fUNCUNLOCKIDEQUIPMENT_ == null) {
FUNCUNLOCKIDEQUIPMENT = new global::EggLink.DanhengServer.Proto.OEBJHOPBGAM();
}
input.ReadMessage(FUNCUNLOCKIDEQUIPMENT);
break;
}
case 114: {
if (oLHEALPEOEA_ == null) {
OLHEALPEOEA = new global::EggLink.DanhengServer.Proto.HGMOBALEOHO();
}
input.ReadMessage(OLHEALPEOEA);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code