mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
385 lines
14 KiB
C#
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",
|
|
"YW1lVW5pdC5wcm90byK/AQoYUm9ndWVNYWdpY1VuaXRTZWxlY3RJbmZvEi8K",
|
|
"EnNlbGVjdF9tYWdpY191bml0cxgBIAMoCzITLlJvZ3VlTWFnaWNHYW1lVW5p",
|
|
"dBIoCgtGR0RKQU1IT0tJRhgIIAEoCzITLlJvZ3VlTWFnaWNHYW1lVW5pdBIY",
|
|
"ChBzb3VyY2VfY3VyX2NvdW50GA4gASgNEhYKDnNlbGVjdF9oaW50X2lkGAYg",
|
|
"ASgNEhYKDnNvdXJjZV9oaW50X2lkGAIgASgNQh6qAhtFZ2dMaW5rLkRhbmhl",
|
|
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
|
|
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[]{ "SelectMagicUnits", "FGDJAMHOKIF", "SourceCurCount", "SelectHintId", "SourceHintId" }, 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() {
|
|
selectMagicUnits_ = other.selectMagicUnits_.Clone();
|
|
fGDJAMHOKIF_ = other.fGDJAMHOKIF_ != null ? other.fGDJAMHOKIF_.Clone() : null;
|
|
sourceCurCount_ = other.sourceCurCount_;
|
|
selectHintId_ = other.selectHintId_;
|
|
sourceHintId_ = other.sourceHintId_;
|
|
_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 "select_magic_units" field.</summary>
|
|
public const int SelectMagicUnitsFieldNumber = 1;
|
|
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.RogueMagicGameUnit> _repeated_selectMagicUnits_codec
|
|
= pb::FieldCodec.ForMessage(10, 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 "FGDJAMHOKIF" field.</summary>
|
|
public const int FGDJAMHOKIFFieldNumber = 8;
|
|
private global::EggLink.DanhengServer.Proto.RogueMagicGameUnit fGDJAMHOKIF_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public global::EggLink.DanhengServer.Proto.RogueMagicGameUnit FGDJAMHOKIF {
|
|
get { return fGDJAMHOKIF_; }
|
|
set {
|
|
fGDJAMHOKIF_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "source_cur_count" field.</summary>
|
|
public const int SourceCurCountFieldNumber = 14;
|
|
private uint sourceCurCount_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint SourceCurCount {
|
|
get { return sourceCurCount_; }
|
|
set {
|
|
sourceCurCount_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "select_hint_id" field.</summary>
|
|
public const int SelectHintIdFieldNumber = 6;
|
|
private uint selectHintId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint SelectHintId {
|
|
get { return selectHintId_; }
|
|
set {
|
|
selectHintId_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "source_hint_id" field.</summary>
|
|
public const int SourceHintIdFieldNumber = 2;
|
|
private uint sourceHintId_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint SourceHintId {
|
|
get { return sourceHintId_; }
|
|
set {
|
|
sourceHintId_ = 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(!selectMagicUnits_.Equals(other.selectMagicUnits_)) return false;
|
|
if (!object.Equals(FGDJAMHOKIF, other.FGDJAMHOKIF)) return false;
|
|
if (SourceCurCount != other.SourceCurCount) return false;
|
|
if (SelectHintId != other.SelectHintId) return false;
|
|
if (SourceHintId != other.SourceHintId) 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;
|
|
hash ^= selectMagicUnits_.GetHashCode();
|
|
if (fGDJAMHOKIF_ != null) hash ^= FGDJAMHOKIF.GetHashCode();
|
|
if (SourceCurCount != 0) hash ^= SourceCurCount.GetHashCode();
|
|
if (SelectHintId != 0) hash ^= SelectHintId.GetHashCode();
|
|
if (SourceHintId != 0) hash ^= SourceHintId.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
|
|
selectMagicUnits_.WriteTo(output, _repeated_selectMagicUnits_codec);
|
|
if (SourceHintId != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(SourceHintId);
|
|
}
|
|
if (SelectHintId != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(SelectHintId);
|
|
}
|
|
if (fGDJAMHOKIF_ != null) {
|
|
output.WriteRawTag(66);
|
|
output.WriteMessage(FGDJAMHOKIF);
|
|
}
|
|
if (SourceCurCount != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(SourceCurCount);
|
|
}
|
|
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) {
|
|
selectMagicUnits_.WriteTo(ref output, _repeated_selectMagicUnits_codec);
|
|
if (SourceHintId != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteUInt32(SourceHintId);
|
|
}
|
|
if (SelectHintId != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteUInt32(SelectHintId);
|
|
}
|
|
if (fGDJAMHOKIF_ != null) {
|
|
output.WriteRawTag(66);
|
|
output.WriteMessage(FGDJAMHOKIF);
|
|
}
|
|
if (SourceCurCount != 0) {
|
|
output.WriteRawTag(112);
|
|
output.WriteUInt32(SourceCurCount);
|
|
}
|
|
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;
|
|
size += selectMagicUnits_.CalculateSize(_repeated_selectMagicUnits_codec);
|
|
if (fGDJAMHOKIF_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(FGDJAMHOKIF);
|
|
}
|
|
if (SourceCurCount != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SourceCurCount);
|
|
}
|
|
if (SelectHintId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SelectHintId);
|
|
}
|
|
if (SourceHintId != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(SourceHintId);
|
|
}
|
|
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;
|
|
}
|
|
selectMagicUnits_.Add(other.selectMagicUnits_);
|
|
if (other.fGDJAMHOKIF_ != null) {
|
|
if (fGDJAMHOKIF_ == null) {
|
|
FGDJAMHOKIF = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnit();
|
|
}
|
|
FGDJAMHOKIF.MergeFrom(other.FGDJAMHOKIF);
|
|
}
|
|
if (other.SourceCurCount != 0) {
|
|
SourceCurCount = other.SourceCurCount;
|
|
}
|
|
if (other.SelectHintId != 0) {
|
|
SelectHintId = other.SelectHintId;
|
|
}
|
|
if (other.SourceHintId != 0) {
|
|
SourceHintId = other.SourceHintId;
|
|
}
|
|
_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 10: {
|
|
selectMagicUnits_.AddEntriesFrom(input, _repeated_selectMagicUnits_codec);
|
|
break;
|
|
}
|
|
case 16: {
|
|
SourceHintId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
SelectHintId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
if (fGDJAMHOKIF_ == null) {
|
|
FGDJAMHOKIF = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnit();
|
|
}
|
|
input.ReadMessage(FGDJAMHOKIF);
|
|
break;
|
|
}
|
|
case 112: {
|
|
SourceCurCount = 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 10: {
|
|
selectMagicUnits_.AddEntriesFrom(ref input, _repeated_selectMagicUnits_codec);
|
|
break;
|
|
}
|
|
case 16: {
|
|
SourceHintId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
SelectHintId = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
if (fGDJAMHOKIF_ == null) {
|
|
FGDJAMHOKIF = new global::EggLink.DanhengServer.Proto.RogueMagicGameUnit();
|
|
}
|
|
input.ReadMessage(FGDJAMHOKIF);
|
|
break;
|
|
}
|
|
case 112: {
|
|
SourceCurCount = input.ReadUInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|