Files
DanhengServer-OpenSource/Proto/OGLABAALOPB.cs
Somebody b84800bc80 Upload to Game 2.5.0
- Fix ChessRogue Final Boss
2024-09-14 19:46:42 +08:00

300 lines
10 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: OGLABAALOPB.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 OGLABAALOPB.proto</summary>
public static partial class OGLABAALOPBReflection {
#region Descriptor
/// <summary>File descriptor for OGLABAALOPB.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static OGLABAALOPBReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFPR0xBQkFBTE9QQi5wcm90byJFCgtPR0xBQkFBTE9QQhITCgtLQkVMTkFJ",
"SURCTBgJIAMoDRITCgtNRU5LTUhHRERGThgPIAEoDRIMCgR0eXBlGAYgASgN",
"Qh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.OGLABAALOPB), global::EggLink.DanhengServer.Proto.OGLABAALOPB.Parser, new[]{ "KBELNAIIDBL", "MENKMHGDDFN", "Type" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class OGLABAALOPB : pb::IMessage<OGLABAALOPB>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<OGLABAALOPB> _parser = new pb::MessageParser<OGLABAALOPB>(() => new OGLABAALOPB());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<OGLABAALOPB> 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.OGLABAALOPBReflection.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 OGLABAALOPB() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public OGLABAALOPB(OGLABAALOPB other) : this() {
kBELNAIIDBL_ = other.kBELNAIIDBL_.Clone();
mENKMHGDDFN_ = other.mENKMHGDDFN_;
type_ = other.type_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public OGLABAALOPB Clone() {
return new OGLABAALOPB(this);
}
/// <summary>Field number for the "KBELNAIIDBL" field.</summary>
public const int KBELNAIIDBLFieldNumber = 9;
private static readonly pb::FieldCodec<uint> _repeated_kBELNAIIDBL_codec
= pb::FieldCodec.ForUInt32(74);
private readonly pbc::RepeatedField<uint> kBELNAIIDBL_ = new pbc::RepeatedField<uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<uint> KBELNAIIDBL {
get { return kBELNAIIDBL_; }
}
/// <summary>Field number for the "MENKMHGDDFN" field.</summary>
public const int MENKMHGDDFNFieldNumber = 15;
private uint mENKMHGDDFN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MENKMHGDDFN {
get { return mENKMHGDDFN_; }
set {
mENKMHGDDFN_ = value;
}
}
/// <summary>Field number for the "type" field.</summary>
public const int TypeFieldNumber = 6;
private uint type_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Type {
get { return type_; }
set {
type_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as OGLABAALOPB);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(OGLABAALOPB other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!kBELNAIIDBL_.Equals(other.kBELNAIIDBL_)) return false;
if (MENKMHGDDFN != other.MENKMHGDDFN) return false;
if (Type != other.Type) 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;
hash ^= kBELNAIIDBL_.GetHashCode();
if (MENKMHGDDFN != 0) hash ^= MENKMHGDDFN.GetHashCode();
if (Type != 0) hash ^= Type.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 (Type != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Type);
}
kBELNAIIDBL_.WriteTo(output, _repeated_kBELNAIIDBL_codec);
if (MENKMHGDDFN != 0) {
output.WriteRawTag(120);
output.WriteUInt32(MENKMHGDDFN);
}
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 (Type != 0) {
output.WriteRawTag(48);
output.WriteUInt32(Type);
}
kBELNAIIDBL_.WriteTo(ref output, _repeated_kBELNAIIDBL_codec);
if (MENKMHGDDFN != 0) {
output.WriteRawTag(120);
output.WriteUInt32(MENKMHGDDFN);
}
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;
size += kBELNAIIDBL_.CalculateSize(_repeated_kBELNAIIDBL_codec);
if (MENKMHGDDFN != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MENKMHGDDFN);
}
if (Type != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Type);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(OGLABAALOPB other) {
if (other == null) {
return;
}
kBELNAIIDBL_.Add(other.kBELNAIIDBL_);
if (other.MENKMHGDDFN != 0) {
MENKMHGDDFN = other.MENKMHGDDFN;
}
if (other.Type != 0) {
Type = other.Type;
}
_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 48: {
Type = input.ReadUInt32();
break;
}
case 74:
case 72: {
kBELNAIIDBL_.AddEntriesFrom(input, _repeated_kBELNAIIDBL_codec);
break;
}
case 120: {
MENKMHGDDFN = 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 48: {
Type = input.ReadUInt32();
break;
}
case 74:
case 72: {
kBELNAIIDBL_.AddEntriesFrom(ref input, _repeated_kBELNAIIDBL_codec);
break;
}
case 120: {
MENKMHGDDFN = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code