Files
DanhengServer-OpenSource/Proto/RogueMagicUnitSelectInfo.cs
2024-12-07 14:00:38 +08:00

385 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueMagicUnitSelectInfo.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 RogueMagicUnitSelectInfo.proto</summary>
public static partial class RogueMagicUnitSelectInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueMagicUnitSelectInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueMagicUnitSelectInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch5Sb2d1ZU1hZ2ljVW5pdFNlbGVjdEluZm8ucHJvdG8aGFJvZ3VlTWFnaWNH",
"YW1lVW5pdC5wcm90byK3AQoYUm9ndWVNYWdpY1VuaXRTZWxlY3RJbmZvEhMK",
"C05OR0FGTVBKQk5CGAwgASgNEi8KEnNlbGVjdF9tYWdpY191bml0cxgCIAMo",
"CzITLlJvZ3VlTWFnaWNHYW1lVW5pdBITCgtIQkdFRk9NQkdBRBgBIAEoDRIo",
"CgtBT0JBR0VET0lOThgJIAEoCzITLlJvZ3VlTWFnaWNHYW1lVW5pdBIWCg5z",
"ZWxlY3RfaGludF9pZBgIIAEoDUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVy",
"LlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueMagicGameUnitReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueMagicUnitSelectInfo), global::EggLink.DanhengServer.Proto.RogueMagicUnitSelectInfo.Parser, new[]{ "NNGAFMPJBNB", "SelectMagicUnits", "HBGEFOMBGAD", "AOBAGEDOINN", "SelectHintId" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueMagicUnitSelectInfo : pb::IMessage<RogueMagicUnitSelectInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueMagicUnitSelectInfo> _parser = new pb::MessageParser<RogueMagicUnitSelectInfo>(() => new RogueMagicUnitSelectInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueMagicUnitSelectInfo> 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.RogueMagicUnitSelectInfoReflection.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 RogueMagicUnitSelectInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueMagicUnitSelectInfo(RogueMagicUnitSelectInfo other) : this() {
nNGAFMPJBNB_ = other.nNGAFMPJBNB_;
selectMagicUnits_ = other.selectMagicUnits_.Clone();
hBGEFOMBGAD_ = other.hBGEFOMBGAD_;
aOBAGEDOINN_ = other.aOBAGEDOINN_ != null ? other.aOBAGEDOINN_.Clone() : null;
selectHintId_ = other.selectHintId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueMagicUnitSelectInfo Clone() {
return new RogueMagicUnitSelectInfo(this);
}
/// <summary>Field number for the "NNGAFMPJBNB" field.</summary>
public const int NNGAFMPJBNBFieldNumber = 12;
private uint nNGAFMPJBNB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NNGAFMPJBNB {
get { return nNGAFMPJBNB_; }
set {
nNGAFMPJBNB_ = value;
}
}
/// <summary>Field number for the "select_magic_units" field.</summary>
public const int SelectMagicUnitsFieldNumber = 2;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.RogueMagicGameUnit> _repeated_selectMagicUnits_codec
= pb::FieldCodec.ForMessage(18, global::EggLink.DanhengServer.Proto.RogueMagicGameUnit.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueMagicGameUnit> selectMagicUnits_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueMagicGameUnit>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.RogueMagicGameUnit> SelectMagicUnits {
get { return selectMagicUnits_; }
}
/// <summary>Field number for the "HBGEFOMBGAD" field.</summary>
public const int HBGEFOMBGADFieldNumber = 1;
private uint hBGEFOMBGAD_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HBGEFOMBGAD {
get { return hBGEFOMBGAD_; }
set {
hBGEFOMBGAD_ = value;
}
}
/// <summary>Field number for the "AOBAGEDOINN" field.</summary>
public const int AOBAGEDOINNFieldNumber = 9;
private global::EggLink.DanhengServer.Proto.RogueMagicGameUnit aOBAGEDOINN_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueMagicGameUnit AOBAGEDOINN {
get { return aOBAGEDOINN_; }
set {
aOBAGEDOINN_ = value;
}
}
/// <summary>Field number for the "select_hint_id" field.</summary>
public const int SelectHintIdFieldNumber = 8;
private uint selectHintId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint SelectHintId {
get { return selectHintId_; }
set {
selectHintId_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueMagicUnitSelectInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueMagicUnitSelectInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (NNGAFMPJBNB != other.NNGAFMPJBNB) return false;
if(!selectMagicUnits_.Equals(other.selectMagicUnits_)) return false;
if (HBGEFOMBGAD != other.HBGEFOMBGAD) return false;
if (!object.Equals(AOBAGEDOINN, other.AOBAGEDOINN)) return false;
if (SelectHintId != other.SelectHintId) 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 (NNGAFMPJBNB != 0) hash ^= NNGAFMPJBNB.GetHashCode();
hash ^= selectMagicUnits_.GetHashCode();
if (HBGEFOMBGAD != 0) hash ^= HBGEFOMBGAD.GetHashCode();
if (aOBAGEDOINN_ != null) hash ^= AOBAGEDOINN.GetHashCode();
if (SelectHintId != 0) hash ^= SelectHintId.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 (HBGEFOMBGAD != 0) {
output.WriteRawTag(8);
output.WriteUInt32(HBGEFOMBGAD);
}
selectMagicUnits_.WriteTo(output, _repeated_selectMagicUnits_codec);
if (SelectHintId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(SelectHintId);
}
if (aOBAGEDOINN_ != null) {
output.WriteRawTag(74);
output.WriteMessage(AOBAGEDOINN);
}
if (NNGAFMPJBNB != 0) {
output.WriteRawTag(96);
output.WriteUInt32(NNGAFMPJBNB);
}
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 (HBGEFOMBGAD != 0) {
output.WriteRawTag(8);
output.WriteUInt32(HBGEFOMBGAD);
}
selectMagicUnits_.WriteTo(ref output, _repeated_selectMagicUnits_codec);
if (SelectHintId != 0) {
output.WriteRawTag(64);
output.WriteUInt32(SelectHintId);
}
if (aOBAGEDOINN_ != null) {
output.WriteRawTag(74);
output.WriteMessage(AOBAGEDOINN);
}
if (NNGAFMPJBNB != 0) {
output.WriteRawTag(96);
output.WriteUInt32(NNGAFMPJBNB);
}
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 (NNGAFMPJBNB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NNGAFMPJBNB);
}
size += selectMagicUnits_.CalculateSize(_repeated_selectMagicUnits_codec);
if (HBGEFOMBGAD != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HBGEFOMBGAD);
}
if (aOBAGEDOINN_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(AOBAGEDOINN);
}
if (SelectHintId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectHintId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueMagicUnitSelectInfo other) {
if (other == null) {
return;
}
if (other.NNGAFMPJBNB != 0) {
NNGAFMPJBNB = other.NNGAFMPJBNB;
}
selectMagicUnits_.Add(other.selectMagicUnits_);
if (other.HBGEFOMBGAD != 0) {
HBGEFOMBGAD = other.HBGEFOMBGAD;
}
if (other.aOBAGEDOINN_ != null) {
if (aOBAGEDOINN_ == null) {
AOBAGEDOINN = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnit();
}
AOBAGEDOINN.MergeFrom(other.AOBAGEDOINN);
}
if (other.SelectHintId != 0) {
SelectHintId = other.SelectHintId;
}
_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: {
HBGEFOMBGAD = input.ReadUInt32();
break;
}
case 18: {
selectMagicUnits_.AddEntriesFrom(input, _repeated_selectMagicUnits_codec);
break;
}
case 64: {
SelectHintId = input.ReadUInt32();
break;
}
case 74: {
if (aOBAGEDOINN_ == null) {
AOBAGEDOINN = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnit();
}
input.ReadMessage(AOBAGEDOINN);
break;
}
case 96: {
NNGAFMPJBNB = 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: {
HBGEFOMBGAD = input.ReadUInt32();
break;
}
case 18: {
selectMagicUnits_.AddEntriesFrom(ref input, _repeated_selectMagicUnits_codec);
break;
}
case 64: {
SelectHintId = input.ReadUInt32();
break;
}
case 74: {
if (aOBAGEDOINN_ == null) {
AOBAGEDOINN = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnit();
}
input.ReadMessage(AOBAGEDOINN);
break;
}
case 96: {
NNGAFMPJBNB = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code