mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
396 lines
14 KiB
C#
396 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",
|
|
"dERhdGEucHJvdG8iswEKHFdvcmtiZW5jaFJlZm9yZ2VCdWZmRnVuY0luZm8S",
|
|
"HgoWdWludF9yZWZvcmdlX251bV92YWx1ZRgFIAEoDRIYChBmcmVlX3JlZm9y",
|
|
"Z2VfbnVtGAQgASgNEh0KFWludF9yZWZvcmdlX251bV92YWx1ZRgCIAEoBRIg",
|
|
"Cgljb3N0X2RhdGEYCSABKAsyDS5JdGVtQ29zdERhdGESGAoQY2FuX2ZyZWVf",
|
|
"cmVmb3JnZRgLIAEoCEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
|
"YgZwcm90bzM="));
|
|
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[]{ "UintReforgeNumValue", "FreeReforgeNum", "IntReforgeNumValue", "CostData", "CanFreeReforge" }, 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() {
|
|
uintReforgeNumValue_ = other.uintReforgeNumValue_;
|
|
freeReforgeNum_ = other.freeReforgeNum_;
|
|
intReforgeNumValue_ = other.intReforgeNumValue_;
|
|
costData_ = other.costData_ != null ? other.costData_.Clone() : null;
|
|
canFreeReforge_ = other.canFreeReforge_;
|
|
_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 "uint_reforge_num_value" field.</summary>
|
|
public const int UintReforgeNumValueFieldNumber = 5;
|
|
private uint uintReforgeNumValue_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint UintReforgeNumValue {
|
|
get { return uintReforgeNumValue_; }
|
|
set {
|
|
uintReforgeNumValue_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "free_reforge_num" field.</summary>
|
|
public const int FreeReforgeNumFieldNumber = 4;
|
|
private uint freeReforgeNum_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public uint FreeReforgeNum {
|
|
get { return freeReforgeNum_; }
|
|
set {
|
|
freeReforgeNum_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "int_reforge_num_value" field.</summary>
|
|
public const int IntReforgeNumValueFieldNumber = 2;
|
|
private int intReforgeNumValue_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int IntReforgeNumValue {
|
|
get { return intReforgeNumValue_; }
|
|
set {
|
|
intReforgeNumValue_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "cost_data" field.</summary>
|
|
public const int CostDataFieldNumber = 9;
|
|
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;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "can_free_reforge" field.</summary>
|
|
public const int CanFreeReforgeFieldNumber = 11;
|
|
private bool canFreeReforge_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool CanFreeReforge {
|
|
get { return canFreeReforge_; }
|
|
set {
|
|
canFreeReforge_ = 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 (UintReforgeNumValue != other.UintReforgeNumValue) return false;
|
|
if (FreeReforgeNum != other.FreeReforgeNum) return false;
|
|
if (IntReforgeNumValue != other.IntReforgeNumValue) return false;
|
|
if (!object.Equals(CostData, other.CostData)) return false;
|
|
if (CanFreeReforge != other.CanFreeReforge) 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 (UintReforgeNumValue != 0) hash ^= UintReforgeNumValue.GetHashCode();
|
|
if (FreeReforgeNum != 0) hash ^= FreeReforgeNum.GetHashCode();
|
|
if (IntReforgeNumValue != 0) hash ^= IntReforgeNumValue.GetHashCode();
|
|
if (costData_ != null) hash ^= CostData.GetHashCode();
|
|
if (CanFreeReforge != false) hash ^= CanFreeReforge.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 (IntReforgeNumValue != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt32(IntReforgeNumValue);
|
|
}
|
|
if (FreeReforgeNum != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(FreeReforgeNum);
|
|
}
|
|
if (UintReforgeNumValue != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(UintReforgeNumValue);
|
|
}
|
|
if (costData_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(CostData);
|
|
}
|
|
if (CanFreeReforge != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(CanFreeReforge);
|
|
}
|
|
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 (IntReforgeNumValue != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt32(IntReforgeNumValue);
|
|
}
|
|
if (FreeReforgeNum != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteUInt32(FreeReforgeNum);
|
|
}
|
|
if (UintReforgeNumValue != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteUInt32(UintReforgeNumValue);
|
|
}
|
|
if (costData_ != null) {
|
|
output.WriteRawTag(74);
|
|
output.WriteMessage(CostData);
|
|
}
|
|
if (CanFreeReforge != false) {
|
|
output.WriteRawTag(88);
|
|
output.WriteBool(CanFreeReforge);
|
|
}
|
|
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 (UintReforgeNumValue != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(UintReforgeNumValue);
|
|
}
|
|
if (FreeReforgeNum != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(FreeReforgeNum);
|
|
}
|
|
if (IntReforgeNumValue != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(IntReforgeNumValue);
|
|
}
|
|
if (costData_ != null) {
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(CostData);
|
|
}
|
|
if (CanFreeReforge != 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(WorkbenchReforgeBuffFuncInfo other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.UintReforgeNumValue != 0) {
|
|
UintReforgeNumValue = other.UintReforgeNumValue;
|
|
}
|
|
if (other.FreeReforgeNum != 0) {
|
|
FreeReforgeNum = other.FreeReforgeNum;
|
|
}
|
|
if (other.IntReforgeNumValue != 0) {
|
|
IntReforgeNumValue = other.IntReforgeNumValue;
|
|
}
|
|
if (other.costData_ != null) {
|
|
if (costData_ == null) {
|
|
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
|
}
|
|
CostData.MergeFrom(other.CostData);
|
|
}
|
|
if (other.CanFreeReforge != false) {
|
|
CanFreeReforge = other.CanFreeReforge;
|
|
}
|
|
_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 16: {
|
|
IntReforgeNumValue = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
FreeReforgeNum = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
UintReforgeNumValue = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (costData_ == null) {
|
|
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
|
}
|
|
input.ReadMessage(CostData);
|
|
break;
|
|
}
|
|
case 88: {
|
|
CanFreeReforge = input.ReadBool();
|
|
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 16: {
|
|
IntReforgeNumValue = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
FreeReforgeNum = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
UintReforgeNumValue = input.ReadUInt32();
|
|
break;
|
|
}
|
|
case 74: {
|
|
if (costData_ == null) {
|
|
CostData = new global::EggLink.DanhengServer.Proto.ItemCostData();
|
|
}
|
|
input.ReadMessage(CostData);
|
|
break;
|
|
}
|
|
case 88: {
|
|
CanFreeReforge = input.ReadBool();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|