Files
DanhengServer-OpenSource/Proto/BattleGridFightNpcInfo.cs
2025-12-07 12:26:24 +08:00

338 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: BattleGridFightNpcInfo.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 BattleGridFightNpcInfo.proto</summary>
public static partial class BattleGridFightNpcInfoReflection {
#region Descriptor
/// <summary>File descriptor for BattleGridFightNpcInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static BattleGridFightNpcInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChxCYXR0bGVHcmlkRmlnaHROcGNJbmZvLnByb3RvGiJCYXR0bGVHcmlkRmln",
"aHRFcXVpcG1lbnRJbmZvLnByb3RvIooBChZCYXR0bGVHcmlkRmlnaHROcGNJ",
"bmZvEhEKCXVuaXF1ZV9pZBgBIAEoDRIOCgZucGNfaWQYAiABKA0SCwoDcG9z",
"GAMgASgNEkAKGWdyaWRfZmlnaHRfZXF1aXBtZW50X2xpc3QYBCADKAsyHS5C",
"YXR0bGVHcmlkRmlnaHRFcXVpcG1lbnRJbmZvQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.BattleGridFightEquipmentInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.BattleGridFightNpcInfo), global::EggLink.DanhengServer.Proto.BattleGridFightNpcInfo.Parser, new[]{ "UniqueId", "NpcId", "Pos", "GridFightEquipmentList" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class BattleGridFightNpcInfo : pb::IMessage<BattleGridFightNpcInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<BattleGridFightNpcInfo> _parser = new pb::MessageParser<BattleGridFightNpcInfo>(() => new BattleGridFightNpcInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<BattleGridFightNpcInfo> 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.BattleGridFightNpcInfoReflection.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 BattleGridFightNpcInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BattleGridFightNpcInfo(BattleGridFightNpcInfo other) : this() {
uniqueId_ = other.uniqueId_;
npcId_ = other.npcId_;
pos_ = other.pos_;
gridFightEquipmentList_ = other.gridFightEquipmentList_.Clone();
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public BattleGridFightNpcInfo Clone() {
return new BattleGridFightNpcInfo(this);
}
/// <summary>Field number for the "unique_id" field.</summary>
public const int UniqueIdFieldNumber = 1;
private uint uniqueId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint UniqueId {
get { return uniqueId_; }
set {
uniqueId_ = value;
}
}
/// <summary>Field number for the "npc_id" field.</summary>
public const int NpcIdFieldNumber = 2;
private uint npcId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NpcId {
get { return npcId_; }
set {
npcId_ = value;
}
}
/// <summary>Field number for the "pos" field.</summary>
public const int PosFieldNumber = 3;
private uint pos_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Pos {
get { return pos_; }
set {
pos_ = value;
}
}
/// <summary>Field number for the "grid_fight_equipment_list" field.</summary>
public const int GridFightEquipmentListFieldNumber = 4;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.BattleGridFightEquipmentInfo> _repeated_gridFightEquipmentList_codec
= pb::FieldCodec.ForMessage(34, global::EggLink.DanhengServer.Proto.BattleGridFightEquipmentInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BattleGridFightEquipmentInfo> gridFightEquipmentList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BattleGridFightEquipmentInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.BattleGridFightEquipmentInfo> GridFightEquipmentList {
get { return gridFightEquipmentList_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as BattleGridFightNpcInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(BattleGridFightNpcInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (UniqueId != other.UniqueId) return false;
if (NpcId != other.NpcId) return false;
if (Pos != other.Pos) return false;
if(!gridFightEquipmentList_.Equals(other.gridFightEquipmentList_)) 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 (UniqueId != 0) hash ^= UniqueId.GetHashCode();
if (NpcId != 0) hash ^= NpcId.GetHashCode();
if (Pos != 0) hash ^= Pos.GetHashCode();
hash ^= gridFightEquipmentList_.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 (UniqueId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(UniqueId);
}
if (NpcId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(NpcId);
}
if (Pos != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Pos);
}
gridFightEquipmentList_.WriteTo(output, _repeated_gridFightEquipmentList_codec);
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 (UniqueId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(UniqueId);
}
if (NpcId != 0) {
output.WriteRawTag(16);
output.WriteUInt32(NpcId);
}
if (Pos != 0) {
output.WriteRawTag(24);
output.WriteUInt32(Pos);
}
gridFightEquipmentList_.WriteTo(ref output, _repeated_gridFightEquipmentList_codec);
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 (UniqueId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UniqueId);
}
if (NpcId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NpcId);
}
if (Pos != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Pos);
}
size += gridFightEquipmentList_.CalculateSize(_repeated_gridFightEquipmentList_codec);
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(BattleGridFightNpcInfo other) {
if (other == null) {
return;
}
if (other.UniqueId != 0) {
UniqueId = other.UniqueId;
}
if (other.NpcId != 0) {
NpcId = other.NpcId;
}
if (other.Pos != 0) {
Pos = other.Pos;
}
gridFightEquipmentList_.Add(other.gridFightEquipmentList_);
_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: {
UniqueId = input.ReadUInt32();
break;
}
case 16: {
NpcId = input.ReadUInt32();
break;
}
case 24: {
Pos = input.ReadUInt32();
break;
}
case 34: {
gridFightEquipmentList_.AddEntriesFrom(input, _repeated_gridFightEquipmentList_codec);
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: {
UniqueId = input.ReadUInt32();
break;
}
case 16: {
NpcId = input.ReadUInt32();
break;
}
case 24: {
Pos = input.ReadUInt32();
break;
}
case 34: {
gridFightEquipmentList_.AddEntriesFrom(ref input, _repeated_gridFightEquipmentList_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code