Files
DanhengServer-OpenSource/Proto/RogueGambleMazeInfo.cs
2025-12-07 12:26:24 +08:00

408 lines
15 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueGambleMazeInfo.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 RogueGambleMazeInfo.proto</summary>
public static partial class RogueGambleMazeInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueGambleMazeInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueGambleMazeInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlSb2d1ZUdhbWJsZU1hemVJbmZvLnByb3RvGhFQTkROSkJCREhEUC5wcm90",
"bxoRRUhLRUdNQ0dDTUgucHJvdG8ilAEKE1JvZ3VlR2FtYmxlTWF6ZUluZm8S",
"IwoLREpOQUJJT0VFTkYYBCABKAsyDC5FSEtFR01DR0NNSEgAEiMKC0lNQ0FK",
"QU9HQ0xHGAcgASgLMgwuUE5ETkpCQkRIRFBIABIPCgdtYXplX2lkGAwgASgN",
"EhMKC0tER0JKR09QRUhJGAkgASgIQg0KC0JBREdCQ0hLSkpQQh6qAhtFZ2dM",
"aW5rLkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.PNDNJBBDHDPReflection.Descriptor, global::EggLink.DanhengServer.Proto.EHKEGMCGCMHReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueGambleMazeInfo), global::EggLink.DanhengServer.Proto.RogueGambleMazeInfo.Parser, new[]{ "DJNABIOEENF", "IMCAJAOGCLG", "MazeId", "KDGBJGOPEHI" }, new[]{ "BADGBCHKJJP" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueGambleMazeInfo : pb::IMessage<RogueGambleMazeInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueGambleMazeInfo> _parser = new pb::MessageParser<RogueGambleMazeInfo>(() => new RogueGambleMazeInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueGambleMazeInfo> 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.RogueGambleMazeInfoReflection.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 RogueGambleMazeInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueGambleMazeInfo(RogueGambleMazeInfo other) : this() {
mazeId_ = other.mazeId_;
kDGBJGOPEHI_ = other.kDGBJGOPEHI_;
switch (other.BADGBCHKJJPCase) {
case BADGBCHKJJPOneofCase.DJNABIOEENF:
DJNABIOEENF = other.DJNABIOEENF.Clone();
break;
case BADGBCHKJJPOneofCase.IMCAJAOGCLG:
IMCAJAOGCLG = other.IMCAJAOGCLG.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueGambleMazeInfo Clone() {
return new RogueGambleMazeInfo(this);
}
/// <summary>Field number for the "DJNABIOEENF" field.</summary>
public const int DJNABIOEENFFieldNumber = 4;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.EHKEGMCGCMH DJNABIOEENF {
get { return bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF ? (global::EggLink.DanhengServer.Proto.EHKEGMCGCMH) bADGBCHKJJP_ : null; }
set {
bADGBCHKJJP_ = value;
bADGBCHKJJPCase_ = value == null ? BADGBCHKJJPOneofCase.None : BADGBCHKJJPOneofCase.DJNABIOEENF;
}
}
/// <summary>Field number for the "IMCAJAOGCLG" field.</summary>
public const int IMCAJAOGCLGFieldNumber = 7;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.PNDNJBBDHDP IMCAJAOGCLG {
get { return bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG ? (global::EggLink.DanhengServer.Proto.PNDNJBBDHDP) bADGBCHKJJP_ : null; }
set {
bADGBCHKJJP_ = value;
bADGBCHKJJPCase_ = value == null ? BADGBCHKJJPOneofCase.None : BADGBCHKJJPOneofCase.IMCAJAOGCLG;
}
}
/// <summary>Field number for the "maze_id" field.</summary>
public const int MazeIdFieldNumber = 12;
private uint mazeId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint MazeId {
get { return mazeId_; }
set {
mazeId_ = value;
}
}
/// <summary>Field number for the "KDGBJGOPEHI" field.</summary>
public const int KDGBJGOPEHIFieldNumber = 9;
private bool kDGBJGOPEHI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool KDGBJGOPEHI {
get { return kDGBJGOPEHI_; }
set {
kDGBJGOPEHI_ = value;
}
}
private object bADGBCHKJJP_;
/// <summary>Enum of possible cases for the "BADGBCHKJJP" oneof.</summary>
public enum BADGBCHKJJPOneofCase {
None = 0,
DJNABIOEENF = 4,
IMCAJAOGCLG = 7,
}
private BADGBCHKJJPOneofCase bADGBCHKJJPCase_ = BADGBCHKJJPOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BADGBCHKJJPOneofCase BADGBCHKJJPCase {
get { return bADGBCHKJJPCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearBADGBCHKJJP() {
bADGBCHKJJPCase_ = BADGBCHKJJPOneofCase.None;
bADGBCHKJJP_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueGambleMazeInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueGambleMazeInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(DJNABIOEENF, other.DJNABIOEENF)) return false;
if (!object.Equals(IMCAJAOGCLG, other.IMCAJAOGCLG)) return false;
if (MazeId != other.MazeId) return false;
if (KDGBJGOPEHI != other.KDGBJGOPEHI) return false;
if (BADGBCHKJJPCase != other.BADGBCHKJJPCase) 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 (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) hash ^= DJNABIOEENF.GetHashCode();
if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) hash ^= IMCAJAOGCLG.GetHashCode();
if (MazeId != 0) hash ^= MazeId.GetHashCode();
if (KDGBJGOPEHI != false) hash ^= KDGBJGOPEHI.GetHashCode();
hash ^= (int) bADGBCHKJJPCase_;
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 (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) {
output.WriteRawTag(34);
output.WriteMessage(DJNABIOEENF);
}
if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) {
output.WriteRawTag(58);
output.WriteMessage(IMCAJAOGCLG);
}
if (KDGBJGOPEHI != false) {
output.WriteRawTag(72);
output.WriteBool(KDGBJGOPEHI);
}
if (MazeId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(MazeId);
}
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 (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) {
output.WriteRawTag(34);
output.WriteMessage(DJNABIOEENF);
}
if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) {
output.WriteRawTag(58);
output.WriteMessage(IMCAJAOGCLG);
}
if (KDGBJGOPEHI != false) {
output.WriteRawTag(72);
output.WriteBool(KDGBJGOPEHI);
}
if (MazeId != 0) {
output.WriteRawTag(96);
output.WriteUInt32(MazeId);
}
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 (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(DJNABIOEENF);
}
if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(IMCAJAOGCLG);
}
if (MazeId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(MazeId);
}
if (KDGBJGOPEHI != false) {
size += 1 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueGambleMazeInfo other) {
if (other == null) {
return;
}
if (other.MazeId != 0) {
MazeId = other.MazeId;
}
if (other.KDGBJGOPEHI != false) {
KDGBJGOPEHI = other.KDGBJGOPEHI;
}
switch (other.BADGBCHKJJPCase) {
case BADGBCHKJJPOneofCase.DJNABIOEENF:
if (DJNABIOEENF == null) {
DJNABIOEENF = new global::EggLink.DanhengServer.Proto.EHKEGMCGCMH();
}
DJNABIOEENF.MergeFrom(other.DJNABIOEENF);
break;
case BADGBCHKJJPOneofCase.IMCAJAOGCLG:
if (IMCAJAOGCLG == null) {
IMCAJAOGCLG = new global::EggLink.DanhengServer.Proto.PNDNJBBDHDP();
}
IMCAJAOGCLG.MergeFrom(other.IMCAJAOGCLG);
break;
}
_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 34: {
global::EggLink.DanhengServer.Proto.EHKEGMCGCMH subBuilder = new global::EggLink.DanhengServer.Proto.EHKEGMCGCMH();
if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) {
subBuilder.MergeFrom(DJNABIOEENF);
}
input.ReadMessage(subBuilder);
DJNABIOEENF = subBuilder;
break;
}
case 58: {
global::EggLink.DanhengServer.Proto.PNDNJBBDHDP subBuilder = new global::EggLink.DanhengServer.Proto.PNDNJBBDHDP();
if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) {
subBuilder.MergeFrom(IMCAJAOGCLG);
}
input.ReadMessage(subBuilder);
IMCAJAOGCLG = subBuilder;
break;
}
case 72: {
KDGBJGOPEHI = input.ReadBool();
break;
}
case 96: {
MazeId = 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 34: {
global::EggLink.DanhengServer.Proto.EHKEGMCGCMH subBuilder = new global::EggLink.DanhengServer.Proto.EHKEGMCGCMH();
if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.DJNABIOEENF) {
subBuilder.MergeFrom(DJNABIOEENF);
}
input.ReadMessage(subBuilder);
DJNABIOEENF = subBuilder;
break;
}
case 58: {
global::EggLink.DanhengServer.Proto.PNDNJBBDHDP subBuilder = new global::EggLink.DanhengServer.Proto.PNDNJBBDHDP();
if (bADGBCHKJJPCase_ == BADGBCHKJJPOneofCase.IMCAJAOGCLG) {
subBuilder.MergeFrom(IMCAJAOGCLG);
}
input.ReadMessage(subBuilder);
IMCAJAOGCLG = subBuilder;
break;
}
case 72: {
KDGBJGOPEHI = input.ReadBool();
break;
}
case 96: {
MazeId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code