Files
DanhengServer-OpenSource/Proto/GridGameAugmentInfo.cs
2025-11-09 12:10:41 +08:00

329 lines
13 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: GridGameAugmentInfo.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 GridGameAugmentInfo.proto</summary>
public static partial class GridGameAugmentInfoReflection {
#region Descriptor
/// <summary>File descriptor for GridGameAugmentInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static GridGameAugmentInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChlHcmlkR2FtZUF1Z21lbnRJbmZvLnByb3RvGhtHcmlkRmlnaHRHYW1lSXRl",
"bUluZm8ucHJvdG8i8AEKE0dyaWRHYW1lQXVnbWVudEluZm8SEgoKYXVnbWVu",
"dF9pZBgBIAEoDRIrCgtNRUJKQ0xFTlBJTxgPIAMoCzIWLkdyaWRGaWdodEdh",
"bWVJdGVtSW5mbxJJChRnYW1lX3NhdmVkX3ZhbHVlX21hcBgNIAMoCzIrLkdy",
"aWRHYW1lQXVnbWVudEluZm8uR2FtZVNhdmVkVmFsdWVNYXBFbnRyeRITCgtF",
"R0xDTE1KQkRGUBgLIAEoCBo4ChZHYW1lU2F2ZWRWYWx1ZU1hcEVudHJ5EgsK",
"A2tleRgBIAEoCRINCgV2YWx1ZRgCIAEoDToCOAFCHqoCG0VnZ0xpbmsuRGFu",
"aGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.GridFightGameItemInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.GridGameAugmentInfo), global::EggLink.DanhengServer.Proto.GridGameAugmentInfo.Parser, new[]{ "AugmentId", "MEBJCLENPIO", "GameSavedValueMap", "EGLCLMJBDFP" }, null, null, null, new pbr::GeneratedClrTypeInfo[] { null, })
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class GridGameAugmentInfo : pb::IMessage<GridGameAugmentInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<GridGameAugmentInfo> _parser = new pb::MessageParser<GridGameAugmentInfo>(() => new GridGameAugmentInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<GridGameAugmentInfo> 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.GridGameAugmentInfoReflection.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 GridGameAugmentInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridGameAugmentInfo(GridGameAugmentInfo other) : this() {
augmentId_ = other.augmentId_;
mEBJCLENPIO_ = other.mEBJCLENPIO_.Clone();
gameSavedValueMap_ = other.gameSavedValueMap_.Clone();
eGLCLMJBDFP_ = other.eGLCLMJBDFP_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public GridGameAugmentInfo Clone() {
return new GridGameAugmentInfo(this);
}
/// <summary>Field number for the "augment_id" field.</summary>
public const int AugmentIdFieldNumber = 1;
private uint augmentId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AugmentId {
get { return augmentId_; }
set {
augmentId_ = value;
}
}
/// <summary>Field number for the "MEBJCLENPIO" field.</summary>
public const int MEBJCLENPIOFieldNumber = 15;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.GridFightGameItemInfo> _repeated_mEBJCLENPIO_codec
= pb::FieldCodec.ForMessage(122, global::EggLink.DanhengServer.Proto.GridFightGameItemInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GridFightGameItemInfo> mEBJCLENPIO_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GridFightGameItemInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.GridFightGameItemInfo> MEBJCLENPIO {
get { return mEBJCLENPIO_; }
}
/// <summary>Field number for the "game_saved_value_map" field.</summary>
public const int GameSavedValueMapFieldNumber = 13;
private static readonly pbc::MapField<string, uint>.Codec _map_gameSavedValueMap_codec
= new pbc::MapField<string, uint>.Codec(pb::FieldCodec.ForString(10, ""), pb::FieldCodec.ForUInt32(16, 0), 106);
private readonly pbc::MapField<string, uint> gameSavedValueMap_ = new pbc::MapField<string, uint>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::MapField<string, uint> GameSavedValueMap {
get { return gameSavedValueMap_; }
}
/// <summary>Field number for the "EGLCLMJBDFP" field.</summary>
public const int EGLCLMJBDFPFieldNumber = 11;
private bool eGLCLMJBDFP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool EGLCLMJBDFP {
get { return eGLCLMJBDFP_; }
set {
eGLCLMJBDFP_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as GridGameAugmentInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(GridGameAugmentInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (AugmentId != other.AugmentId) return false;
if(!mEBJCLENPIO_.Equals(other.mEBJCLENPIO_)) return false;
if (!GameSavedValueMap.Equals(other.GameSavedValueMap)) return false;
if (EGLCLMJBDFP != other.EGLCLMJBDFP) 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 (AugmentId != 0) hash ^= AugmentId.GetHashCode();
hash ^= mEBJCLENPIO_.GetHashCode();
hash ^= GameSavedValueMap.GetHashCode();
if (EGLCLMJBDFP != false) hash ^= EGLCLMJBDFP.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 (AugmentId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(AugmentId);
}
if (EGLCLMJBDFP != false) {
output.WriteRawTag(88);
output.WriteBool(EGLCLMJBDFP);
}
gameSavedValueMap_.WriteTo(output, _map_gameSavedValueMap_codec);
mEBJCLENPIO_.WriteTo(output, _repeated_mEBJCLENPIO_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 (AugmentId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(AugmentId);
}
if (EGLCLMJBDFP != false) {
output.WriteRawTag(88);
output.WriteBool(EGLCLMJBDFP);
}
gameSavedValueMap_.WriteTo(ref output, _map_gameSavedValueMap_codec);
mEBJCLENPIO_.WriteTo(ref output, _repeated_mEBJCLENPIO_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 (AugmentId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AugmentId);
}
size += mEBJCLENPIO_.CalculateSize(_repeated_mEBJCLENPIO_codec);
size += gameSavedValueMap_.CalculateSize(_map_gameSavedValueMap_codec);
if (EGLCLMJBDFP != false) {
size += 1 + 1;
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(GridGameAugmentInfo other) {
if (other == null) {
return;
}
if (other.AugmentId != 0) {
AugmentId = other.AugmentId;
}
mEBJCLENPIO_.Add(other.mEBJCLENPIO_);
gameSavedValueMap_.MergeFrom(other.gameSavedValueMap_);
if (other.EGLCLMJBDFP != false) {
EGLCLMJBDFP = other.EGLCLMJBDFP;
}
_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: {
AugmentId = input.ReadUInt32();
break;
}
case 88: {
EGLCLMJBDFP = input.ReadBool();
break;
}
case 106: {
gameSavedValueMap_.AddEntriesFrom(input, _map_gameSavedValueMap_codec);
break;
}
case 122: {
mEBJCLENPIO_.AddEntriesFrom(input, _repeated_mEBJCLENPIO_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: {
AugmentId = input.ReadUInt32();
break;
}
case 88: {
EGLCLMJBDFP = input.ReadBool();
break;
}
case 106: {
gameSavedValueMap_.AddEntriesFrom(ref input, _map_gameSavedValueMap_codec);
break;
}
case 122: {
mEBJCLENPIO_.AddEntriesFrom(ref input, _repeated_mEBJCLENPIO_codec);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code