mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
334 lines
13 KiB
C#
334 lines
13 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: ChallengeCurBuffInfo.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 ChallengeCurBuffInfo.proto</summary>
|
|
public static partial class ChallengeCurBuffInfoReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for ChallengeCurBuffInfo.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static ChallengeCurBuffInfoReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpDaGFsbGVuZ2VDdXJCdWZmSW5mby5wcm90bxocQ2hhbGxlbmdlU3RvcnlC",
|
|
"dWZmTGlzdC5wcm90bxobQ2hhbGxlbmdlQm9zc0J1ZmZMaXN0LnByb3RvIosB",
|
|
"ChRDaGFsbGVuZ2VDdXJCdWZmSW5mbxIyCg9jdXJfc3RvcnlfYnVmZnMYAiAB",
|
|
"KAsyFy5DaGFsbGVuZ2VTdG9yeUJ1ZmZMaXN0SAASMAoOY3VyX2Jvc3NfYnVm",
|
|
"ZnMYBiABKAsyFi5DaGFsbGVuZ2VCb3NzQnVmZkxpc3RIAEINCgtGR0tJRE1C",
|
|
"RUtCRkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ChallengeStoryBuffListReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChallengeBossBuffListReflection.Descriptor, },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfo), global::EggLink.DanhengServer.Proto.ChallengeCurBuffInfo.Parser, new[]{ "CurStoryBuffs", "CurBossBuffs" }, new[]{ "FGKIDMBEKBF" }, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class ChallengeCurBuffInfo : pb::IMessage<ChallengeCurBuffInfo>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<ChallengeCurBuffInfo> _parser = new pb::MessageParser<ChallengeCurBuffInfo>(() => new ChallengeCurBuffInfo());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<ChallengeCurBuffInfo> 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.ChallengeCurBuffInfoReflection.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 ChallengeCurBuffInfo() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChallengeCurBuffInfo(ChallengeCurBuffInfo other) : this() {
|
|
switch (other.FGKIDMBEKBFCase) {
|
|
case FGKIDMBEKBFOneofCase.CurStoryBuffs:
|
|
CurStoryBuffs = other.CurStoryBuffs.Clone();
|
|
break;
|
|
case FGKIDMBEKBFOneofCase.CurBossBuffs:
|
|
CurBossBuffs = other.CurBossBuffs.Clone();
|
|
break;
|
|
}
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public ChallengeCurBuffInfo Clone() {
|
|
return new ChallengeCurBuffInfo(this);
|
|
}
|
|
|
|
/// <summary>Field number for the "cur_story_buffs" field.</summary>
|
|
public const int CurStoryBuffsFieldNumber = 2;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList CurStoryBuffs {
|
|
get { return fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs ? (global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList) fGKIDMBEKBF_ : null; }
|
|
set {
|
|
fGKIDMBEKBF_ = value;
|
|
fGKIDMBEKBFCase_ = value == null ? FGKIDMBEKBFOneofCase.None : FGKIDMBEKBFOneofCase.CurStoryBuffs;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "cur_boss_buffs" field.</summary>
|
|
public const int CurBossBuffsFieldNumber = 6;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.ChallengeBossBuffList CurBossBuffs {
|
|
get { return fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs ? (global::EggLink.DanhengServer.Proto.ChallengeBossBuffList) fGKIDMBEKBF_ : null; }
|
|
set {
|
|
fGKIDMBEKBF_ = value;
|
|
fGKIDMBEKBFCase_ = value == null ? FGKIDMBEKBFOneofCase.None : FGKIDMBEKBFOneofCase.CurBossBuffs;
|
|
}
|
|
}
|
|
|
|
private object fGKIDMBEKBF_;
|
|
/// <summary>Enum of possible cases for the "FGKIDMBEKBF" oneof.</summary>
|
|
public enum FGKIDMBEKBFOneofCase {
|
|
None = 0,
|
|
CurStoryBuffs = 2,
|
|
CurBossBuffs = 6,
|
|
}
|
|
private FGKIDMBEKBFOneofCase fGKIDMBEKBFCase_ = FGKIDMBEKBFOneofCase.None;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public FGKIDMBEKBFOneofCase FGKIDMBEKBFCase {
|
|
get { return fGKIDMBEKBFCase_; }
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void ClearFGKIDMBEKBF() {
|
|
fGKIDMBEKBFCase_ = FGKIDMBEKBFOneofCase.None;
|
|
fGKIDMBEKBF_ = null;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as ChallengeCurBuffInfo);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(ChallengeCurBuffInfo other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (!object.Equals(CurStoryBuffs, other.CurStoryBuffs)) return false;
|
|
if (!object.Equals(CurBossBuffs, other.CurBossBuffs)) return false;
|
|
if (FGKIDMBEKBFCase != other.FGKIDMBEKBFCase) 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 (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) hash ^= CurStoryBuffs.GetHashCode();
|
|
if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) hash ^= CurBossBuffs.GetHashCode();
|
|
hash ^= (int) fGKIDMBEKBFCase_;
|
|
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 (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(CurStoryBuffs);
|
|
}
|
|
if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(CurBossBuffs);
|
|
}
|
|
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 (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) {
|
|
output.WriteRawTag(18);
|
|
output.WriteMessage(CurStoryBuffs);
|
|
}
|
|
if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) {
|
|
output.WriteRawTag(50);
|
|
output.WriteMessage(CurBossBuffs);
|
|
}
|
|
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 (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurStoryBuffs);
|
|
}
|
|
if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CurBossBuffs);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(ChallengeCurBuffInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
switch (other.FGKIDMBEKBFCase) {
|
|
case FGKIDMBEKBFOneofCase.CurStoryBuffs:
|
|
if (CurStoryBuffs == null) {
|
|
CurStoryBuffs = new global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList();
|
|
}
|
|
CurStoryBuffs.MergeFrom(other.CurStoryBuffs);
|
|
break;
|
|
case FGKIDMBEKBFOneofCase.CurBossBuffs:
|
|
if (CurBossBuffs == null) {
|
|
CurBossBuffs = new global::EggLink.DanhengServer.Proto.ChallengeBossBuffList();
|
|
}
|
|
CurBossBuffs.MergeFrom(other.CurBossBuffs);
|
|
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 18: {
|
|
global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList();
|
|
if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) {
|
|
subBuilder.MergeFrom(CurStoryBuffs);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
CurStoryBuffs = subBuilder;
|
|
break;
|
|
}
|
|
case 50: {
|
|
global::EggLink.DanhengServer.Proto.ChallengeBossBuffList subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossBuffList();
|
|
if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) {
|
|
subBuilder.MergeFrom(CurBossBuffs);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
CurBossBuffs = subBuilder;
|
|
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 18: {
|
|
global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeStoryBuffList();
|
|
if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurStoryBuffs) {
|
|
subBuilder.MergeFrom(CurStoryBuffs);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
CurStoryBuffs = subBuilder;
|
|
break;
|
|
}
|
|
case 50: {
|
|
global::EggLink.DanhengServer.Proto.ChallengeBossBuffList subBuilder = new global::EggLink.DanhengServer.Proto.ChallengeBossBuffList();
|
|
if (fGKIDMBEKBFCase_ == FGKIDMBEKBFOneofCase.CurBossBuffs) {
|
|
subBuilder.MergeFrom(CurBossBuffs);
|
|
}
|
|
input.ReadMessage(subBuilder);
|
|
CurBossBuffs = subBuilder;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|