Files
DanhengServer-OpenSource/Proto/ChallengeBossStageTertinggi.cs
2025-05-25 09:26:31 +08:00

412 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: ChallengeBossStageTertinggi.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 ChallengeBossStageTertinggi.proto</summary>
public static partial class ChallengeBossStageTertinggiReflection {
#region Descriptor
/// <summary>File descriptor for ChallengeBossStageTertinggi.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static ChallengeBossStageTertinggiReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiFDaGFsbGVuZ2VCb3NzU3RhZ2VUZXJ0aW5nZ2kucHJvdG8aGUNoYWxsZW5n",
"ZUxpbmV1cExpc3QucHJvdG8iogEKG0NoYWxsZW5nZUJvc3NTdGFnZVRlcnRp",
"bmdnaRIQCghidWZmX29uZRgBIAEoDRIpCgtsaW5ldXBfbGlzdBgNIAMoCzIU",
"LkNoYWxsZW5nZUxpbmV1cExpc3QSDQoFbGV2ZWwYDyABKA0SEAoIc2NvcmVf",
"aWQYBCABKA0SEAoIYnVmZl90d28YCSABKA0SEwoLSU5IREROTlBCREIYAyAB",
"KA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeLineupListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggi), global::EggLink.DanhengServer.Proto.ChallengeBossStageTertinggi.Parser, new[]{ "BuffOne", "LineupList", "Level", "ScoreId", "BuffTwo", "INHDDNNPBDB" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class ChallengeBossStageTertinggi : pb::IMessage<ChallengeBossStageTertinggi>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<ChallengeBossStageTertinggi> _parser = new pb::MessageParser<ChallengeBossStageTertinggi>(() => new ChallengeBossStageTertinggi());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<ChallengeBossStageTertinggi> 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.ChallengeBossStageTertinggiReflection.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 ChallengeBossStageTertinggi() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeBossStageTertinggi(ChallengeBossStageTertinggi other) : this() {
buffOne_ = other.buffOne_;
lineupList_ = other.lineupList_.Clone();
level_ = other.level_;
scoreId_ = other.scoreId_;
buffTwo_ = other.buffTwo_;
iNHDDNNPBDB_ = other.iNHDDNNPBDB_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ChallengeBossStageTertinggi Clone() {
return new ChallengeBossStageTertinggi(this);
}
/// <summary>Field number for the "buff_one" field.</summary>
public const int BuffOneFieldNumber = 1;
private uint buffOne_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BuffOne {
get { return buffOne_; }
set {
buffOne_ = value;
}
}
/// <summary>Field number for the "lineup_list" field.</summary>
public const int LineupListFieldNumber = 13;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.ChallengeLineupList> _repeated_lineupList_codec
= pb::FieldCodec.ForMessage(106, global::EggLink.DanhengServer.Proto.ChallengeLineupList.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengeLineupList> lineupList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengeLineupList>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.ChallengeLineupList> LineupList {
get { return lineupList_; }
}
/// <summary>Field number for the "level" field.</summary>
public const int LevelFieldNumber = 15;
private uint level_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Level {
get { return level_; }
set {
level_ = value;
}
}
/// <summary>Field number for the "score_id" field.</summary>
public const int ScoreIdFieldNumber = 4;
private uint scoreId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ScoreId {
get { return scoreId_; }
set {
scoreId_ = value;
}
}
/// <summary>Field number for the "buff_two" field.</summary>
public const int BuffTwoFieldNumber = 9;
private uint buffTwo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BuffTwo {
get { return buffTwo_; }
set {
buffTwo_ = value;
}
}
/// <summary>Field number for the "INHDDNNPBDB" field.</summary>
public const int INHDDNNPBDBFieldNumber = 3;
private uint iNHDDNNPBDB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint INHDDNNPBDB {
get { return iNHDDNNPBDB_; }
set {
iNHDDNNPBDB_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as ChallengeBossStageTertinggi);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(ChallengeBossStageTertinggi other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (BuffOne != other.BuffOne) return false;
if(!lineupList_.Equals(other.lineupList_)) return false;
if (Level != other.Level) return false;
if (ScoreId != other.ScoreId) return false;
if (BuffTwo != other.BuffTwo) return false;
if (INHDDNNPBDB != other.INHDDNNPBDB) 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 (BuffOne != 0) hash ^= BuffOne.GetHashCode();
hash ^= lineupList_.GetHashCode();
if (Level != 0) hash ^= Level.GetHashCode();
if (ScoreId != 0) hash ^= ScoreId.GetHashCode();
if (BuffTwo != 0) hash ^= BuffTwo.GetHashCode();
if (INHDDNNPBDB != 0) hash ^= INHDDNNPBDB.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 (BuffOne != 0) {
output.WriteRawTag(8);
output.WriteUInt32(BuffOne);
}
if (INHDDNNPBDB != 0) {
output.WriteRawTag(24);
output.WriteUInt32(INHDDNNPBDB);
}
if (ScoreId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ScoreId);
}
if (BuffTwo != 0) {
output.WriteRawTag(72);
output.WriteUInt32(BuffTwo);
}
lineupList_.WriteTo(output, _repeated_lineupList_codec);
if (Level != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Level);
}
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 (BuffOne != 0) {
output.WriteRawTag(8);
output.WriteUInt32(BuffOne);
}
if (INHDDNNPBDB != 0) {
output.WriteRawTag(24);
output.WriteUInt32(INHDDNNPBDB);
}
if (ScoreId != 0) {
output.WriteRawTag(32);
output.WriteUInt32(ScoreId);
}
if (BuffTwo != 0) {
output.WriteRawTag(72);
output.WriteUInt32(BuffTwo);
}
lineupList_.WriteTo(ref output, _repeated_lineupList_codec);
if (Level != 0) {
output.WriteRawTag(120);
output.WriteUInt32(Level);
}
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 (BuffOne != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffOne);
}
size += lineupList_.CalculateSize(_repeated_lineupList_codec);
if (Level != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Level);
}
if (ScoreId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScoreId);
}
if (BuffTwo != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BuffTwo);
}
if (INHDDNNPBDB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(INHDDNNPBDB);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(ChallengeBossStageTertinggi other) {
if (other == null) {
return;
}
if (other.BuffOne != 0) {
BuffOne = other.BuffOne;
}
lineupList_.Add(other.lineupList_);
if (other.Level != 0) {
Level = other.Level;
}
if (other.ScoreId != 0) {
ScoreId = other.ScoreId;
}
if (other.BuffTwo != 0) {
BuffTwo = other.BuffTwo;
}
if (other.INHDDNNPBDB != 0) {
INHDDNNPBDB = other.INHDDNNPBDB;
}
_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 8: {
BuffOne = input.ReadUInt32();
break;
}
case 24: {
INHDDNNPBDB = input.ReadUInt32();
break;
}
case 32: {
ScoreId = input.ReadUInt32();
break;
}
case 72: {
BuffTwo = input.ReadUInt32();
break;
}
case 106: {
lineupList_.AddEntriesFrom(input, _repeated_lineupList_codec);
break;
}
case 120: {
Level = 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 8: {
BuffOne = input.ReadUInt32();
break;
}
case 24: {
INHDDNNPBDB = input.ReadUInt32();
break;
}
case 32: {
ScoreId = input.ReadUInt32();
break;
}
case 72: {
BuffTwo = input.ReadUInt32();
break;
}
case 106: {
lineupList_.AddEntriesFrom(ref input, _repeated_lineupList_codec);
break;
}
case 120: {
Level = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code