Files
DanhengServer-OpenSource/Proto/RogueCommonDialogueOptionResultInfo.cs
2024-10-06 23:02:27 +08:00

294 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueCommonDialogueOptionResultInfo.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 RogueCommonDialogueOptionResultInfo.proto</summary>
public static partial class RogueCommonDialogueOptionResultInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueCommonDialogueOptionResultInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueCommonDialogueOptionResultInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CilSb2d1ZUNvbW1vbkRpYWxvZ3VlT3B0aW9uUmVzdWx0SW5mby5wcm90bxov",
"Um9ndWVDb21tb25EaWFsb2d1ZU9wdGlvbkJhdHRsZVJlc3VsdEluZm8ucHJv",
"dG8aEUtLTEdGTUxHSElHLnByb3RvIpABCiNSb2d1ZUNvbW1vbkRpYWxvZ3Vl",
"T3B0aW9uUmVzdWx0SW5mbxJGChJiYXR0bGVfcmVzdWx0X2luZm8YDyABKAsy",
"Ki5Sb2d1ZUNvbW1vbkRpYWxvZ3VlT3B0aW9uQmF0dGxlUmVzdWx0SW5mbxIh",
"CgtITk9LSEhPQUVEUBgJIAEoCzIMLktLTEdGTUxHSElHQh6qAhtFZ2dMaW5r",
"LkRhbmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfoReflection.Descriptor, global::EggLink.DanhengServer.Proto.KKLGFMLGHIGReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionResultInfo), global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionResultInfo.Parser, new[]{ "BattleResultInfo", "HNOKHHOAEDP" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueCommonDialogueOptionResultInfo : pb::IMessage<RogueCommonDialogueOptionResultInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueCommonDialogueOptionResultInfo> _parser = new pb::MessageParser<RogueCommonDialogueOptionResultInfo>(() => new RogueCommonDialogueOptionResultInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueCommonDialogueOptionResultInfo> 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.RogueCommonDialogueOptionResultInfoReflection.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 RogueCommonDialogueOptionResultInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueCommonDialogueOptionResultInfo(RogueCommonDialogueOptionResultInfo other) : this() {
battleResultInfo_ = other.battleResultInfo_ != null ? other.battleResultInfo_.Clone() : null;
hNOKHHOAEDP_ = other.hNOKHHOAEDP_ != null ? other.hNOKHHOAEDP_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueCommonDialogueOptionResultInfo Clone() {
return new RogueCommonDialogueOptionResultInfo(this);
}
/// <summary>Field number for the "battle_result_info" field.</summary>
public const int BattleResultInfoFieldNumber = 15;
private global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo battleResultInfo_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo BattleResultInfo {
get { return battleResultInfo_; }
set {
battleResultInfo_ = value;
}
}
/// <summary>Field number for the "HNOKHHOAEDP" field.</summary>
public const int HNOKHHOAEDPFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.KKLGFMLGHIG hNOKHHOAEDP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.KKLGFMLGHIG HNOKHHOAEDP {
get { return hNOKHHOAEDP_; }
set {
hNOKHHOAEDP_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueCommonDialogueOptionResultInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueCommonDialogueOptionResultInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (!object.Equals(BattleResultInfo, other.BattleResultInfo)) return false;
if (!object.Equals(HNOKHHOAEDP, other.HNOKHHOAEDP)) 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 (battleResultInfo_ != null) hash ^= BattleResultInfo.GetHashCode();
if (hNOKHHOAEDP_ != null) hash ^= HNOKHHOAEDP.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 (hNOKHHOAEDP_ != null) {
output.WriteRawTag(74);
output.WriteMessage(HNOKHHOAEDP);
}
if (battleResultInfo_ != null) {
output.WriteRawTag(122);
output.WriteMessage(BattleResultInfo);
}
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 (hNOKHHOAEDP_ != null) {
output.WriteRawTag(74);
output.WriteMessage(HNOKHHOAEDP);
}
if (battleResultInfo_ != null) {
output.WriteRawTag(122);
output.WriteMessage(BattleResultInfo);
}
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 (battleResultInfo_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(BattleResultInfo);
}
if (hNOKHHOAEDP_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(HNOKHHOAEDP);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueCommonDialogueOptionResultInfo other) {
if (other == null) {
return;
}
if (other.battleResultInfo_ != null) {
if (battleResultInfo_ == null) {
BattleResultInfo = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo();
}
BattleResultInfo.MergeFrom(other.BattleResultInfo);
}
if (other.hNOKHHOAEDP_ != null) {
if (hNOKHHOAEDP_ == null) {
HNOKHHOAEDP = new global::EggLink.DanhengServer.Proto.KKLGFMLGHIG();
}
HNOKHHOAEDP.MergeFrom(other.HNOKHHOAEDP);
}
_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 74: {
if (hNOKHHOAEDP_ == null) {
HNOKHHOAEDP = new global::EggLink.DanhengServer.Proto.KKLGFMLGHIG();
}
input.ReadMessage(HNOKHHOAEDP);
break;
}
case 122: {
if (battleResultInfo_ == null) {
BattleResultInfo = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo();
}
input.ReadMessage(BattleResultInfo);
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 74: {
if (hNOKHHOAEDP_ == null) {
HNOKHHOAEDP = new global::EggLink.DanhengServer.Proto.KKLGFMLGHIG();
}
input.ReadMessage(HNOKHHOAEDP);
break;
}
case 122: {
if (battleResultInfo_ == null) {
BattleResultInfo = new global::EggLink.DanhengServer.Proto.RogueCommonDialogueOptionBattleResultInfo();
}
input.ReadMessage(BattleResultInfo);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code