Files
DanhengServer-OpenSource/Proto/WorkbenchReforgeBuffFuncInfo.cs
2024-10-01 22:50:51 +08:00

395 lines
14 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: WorkbenchReforgeBuffFuncInfo.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 WorkbenchReforgeBuffFuncInfo.proto</summary>
public static partial class WorkbenchReforgeBuffFuncInfoReflection {
#region Descriptor
/// <summary>File descriptor for WorkbenchReforgeBuffFuncInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static WorkbenchReforgeBuffFuncInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"CiJXb3JrYmVuY2hSZWZvcmdlQnVmZkZ1bmNJbmZvLnByb3RvGhJJdGVtQ29z",
"dERhdGEucHJvdG8ilAEKHFdvcmtiZW5jaFJlZm9yZ2VCdWZmRnVuY0luZm8S",
"EwoLR0tNRkxNR0xDR0EYAyABKAUSEwoLUEdGR0lFS0dESkUYBSABKAgSEwoL",
"UEFHREZMR0xMTUYYDCABKA0SEwoLREdMRUJNSkZBQkYYCSABKA0SIAoJY29z",
"dF9kYXRhGA0gASgLMg0uSXRlbUNvc3REYXRhQh6qAhtFZ2dMaW5rLkRhbmhl",
"bmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemCostDataReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo), global::EggLink.DanhengServer.Proto.WorkbenchReforgeBuffFuncInfo.Parser, new[]{ "GKMFLMGLCGA", "PGFGIEKGDJE", "PAGDFLGLLMF", "DGLEBMJFABF", "CostData" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class WorkbenchReforgeBuffFuncInfo : pb::IMessage<WorkbenchReforgeBuffFuncInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<WorkbenchReforgeBuffFuncInfo> _parser = new pb::MessageParser<WorkbenchReforgeBuffFuncInfo>(() => new WorkbenchReforgeBuffFuncInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<WorkbenchReforgeBuffFuncInfo> 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.WorkbenchReforgeBuffFuncInfoReflection.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 WorkbenchReforgeBuffFuncInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public WorkbenchReforgeBuffFuncInfo(WorkbenchReforgeBuffFuncInfo other) : this() {
gKMFLMGLCGA_ = other.gKMFLMGLCGA_;
pGFGIEKGDJE_ = other.pGFGIEKGDJE_;
pAGDFLGLLMF_ = other.pAGDFLGLLMF_;
dGLEBMJFABF_ = other.dGLEBMJFABF_;
costData_ = other.costData_ != null ? other.costData_.Clone() : null;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public WorkbenchReforgeBuffFuncInfo Clone() {
return new WorkbenchReforgeBuffFuncInfo(this);
}
/// <summary>Field number for the "GKMFLMGLCGA" field.</summary>
public const int GKMFLMGLCGAFieldNumber = 3;
private int gKMFLMGLCGA_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public int GKMFLMGLCGA {
get { return gKMFLMGLCGA_; }
set {
gKMFLMGLCGA_ = value;
}
}
/// <summary>Field number for the "PGFGIEKGDJE" field.</summary>
public const int PGFGIEKGDJEFieldNumber = 5;
private bool pGFGIEKGDJE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool PGFGIEKGDJE {
get { return pGFGIEKGDJE_; }
set {
pGFGIEKGDJE_ = value;
}
}
/// <summary>Field number for the "PAGDFLGLLMF" field.</summary>
public const int PAGDFLGLLMFFieldNumber = 12;
private uint pAGDFLGLLMF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PAGDFLGLLMF {
get { return pAGDFLGLLMF_; }
set {
pAGDFLGLLMF_ = value;
}
}
/// <summary>Field number for the "DGLEBMJFABF" field.</summary>
public const int DGLEBMJFABFFieldNumber = 9;
private uint dGLEBMJFABF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint DGLEBMJFABF {
get { return dGLEBMJFABF_; }
set {
dGLEBMJFABF_ = value;
}
}
/// <summary>Field number for the "cost_data" field.</summary>
public const int CostDataFieldNumber = 13;
private global::EggLink.DanhengServer.Proto.ItemCostData costData_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemCostData CostData {
get { return costData_; }
set {
costData_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as WorkbenchReforgeBuffFuncInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(WorkbenchReforgeBuffFuncInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (GKMFLMGLCGA != other.GKMFLMGLCGA) return false;
if (PGFGIEKGDJE != other.PGFGIEKGDJE) return false;
if (PAGDFLGLLMF != other.PAGDFLGLLMF) return false;
if (DGLEBMJFABF != other.DGLEBMJFABF) return false;
if (!object.Equals(CostData, other.CostData)) 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 (GKMFLMGLCGA != 0) hash ^= GKMFLMGLCGA.GetHashCode();
if (PGFGIEKGDJE != false) hash ^= PGFGIEKGDJE.GetHashCode();
if (PAGDFLGLLMF != 0) hash ^= PAGDFLGLLMF.GetHashCode();
if (DGLEBMJFABF != 0) hash ^= DGLEBMJFABF.GetHashCode();
if (costData_ != null) hash ^= CostData.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 (GKMFLMGLCGA != 0) {
output.WriteRawTag(24);
output.WriteInt32(GKMFLMGLCGA);
}
if (PGFGIEKGDJE != false) {
output.WriteRawTag(40);
output.WriteBool(PGFGIEKGDJE);
}
if (DGLEBMJFABF != 0) {
output.WriteRawTag(72);
output.WriteUInt32(DGLEBMJFABF);
}
if (PAGDFLGLLMF != 0) {
output.WriteRawTag(96);
output.WriteUInt32(PAGDFLGLLMF);
}
if (costData_ != null) {
output.WriteRawTag(106);
output.WriteMessage(CostData);
}
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 (GKMFLMGLCGA != 0) {
output.WriteRawTag(24);
output.WriteInt32(GKMFLMGLCGA);
}
if (PGFGIEKGDJE != false) {
output.WriteRawTag(40);
output.WriteBool(PGFGIEKGDJE);
}
if (DGLEBMJFABF != 0) {
output.WriteRawTag(72);
output.WriteUInt32(DGLEBMJFABF);
}
if (PAGDFLGLLMF != 0) {
output.WriteRawTag(96);
output.WriteUInt32(PAGDFLGLLMF);
}
if (costData_ != null) {
output.WriteRawTag(106);
output.WriteMessage(CostData);
}
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 (GKMFLMGLCGA != 0) {
size += 1 + pb::CodedOutputStream.ComputeInt32Size(GKMFLMGLCGA);
}
if (PGFGIEKGDJE != false) {
size += 1 + 1;
}
if (PAGDFLGLLMF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PAGDFLGLLMF);
}
if (DGLEBMJFABF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(DGLEBMJFABF);
}
if (costData_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CostData);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(WorkbenchReforgeBuffFuncInfo other) {
if (other == null) {
return;
}
if (other.GKMFLMGLCGA != 0) {
GKMFLMGLCGA = other.GKMFLMGLCGA;
}
if (other.PGFGIEKGDJE != false) {
PGFGIEKGDJE = other.PGFGIEKGDJE;
}
if (other.PAGDFLGLLMF != 0) {
PAGDFLGLLMF = other.PAGDFLGLLMF;
}
if (other.DGLEBMJFABF != 0) {
DGLEBMJFABF = other.DGLEBMJFABF;
}
if (other.costData_ != null) {
if (costData_ == null) {
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
CostData.MergeFrom(other.CostData);
}
_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 24: {
GKMFLMGLCGA = input.ReadInt32();
break;
}
case 40: {
PGFGIEKGDJE = input.ReadBool();
break;
}
case 72: {
DGLEBMJFABF = input.ReadUInt32();
break;
}
case 96: {
PAGDFLGLLMF = input.ReadUInt32();
break;
}
case 106: {
if (costData_ == null) {
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(CostData);
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 24: {
GKMFLMGLCGA = input.ReadInt32();
break;
}
case 40: {
PGFGIEKGDJE = input.ReadBool();
break;
}
case 72: {
DGLEBMJFABF = input.ReadUInt32();
break;
}
case 96: {
PAGDFLGLLMF = input.ReadUInt32();
break;
}
case 106: {
if (costData_ == null) {
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
}
input.ReadMessage(CostData);
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code