Files
DanhengServer-OpenSource/Proto/RogueTournWorkbenchInfo.cs
2025-08-15 12:52:47 +08:00

263 lines
10 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueTournWorkbenchInfo.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 RogueTournWorkbenchInfo.proto</summary>
public static partial class RogueTournWorkbenchInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueTournWorkbenchInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueTournWorkbenchInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"Ch1Sb2d1ZVRvdXJuV29ya2JlbmNoSW5mby5wcm90bxoZV29ya2JlbmNoRnVu",
"Y0lkSW5mby5wcm90byJiChdSb2d1ZVRvdXJuV29ya2JlbmNoSW5mbxIxChN3",
"b3JrYmVuY2hfZnVuY19saXN0GAggAygLMhQuV29ya2JlbmNoRnVuY0lkSW5m",
"bxIUCgx3b3JrYmVuY2hfaWQYCiABKA1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1Nl",
"cnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.WorkbenchFuncIdInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo), global::EggLink.DanhengServer.Proto.RogueTournWorkbenchInfo.Parser, new[]{ "WorkbenchFuncList", "WorkbenchId" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueTournWorkbenchInfo : pb::IMessage<RogueTournWorkbenchInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueTournWorkbenchInfo> _parser = new pb::MessageParser<RogueTournWorkbenchInfo>(() => new RogueTournWorkbenchInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueTournWorkbenchInfo> 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.RogueTournWorkbenchInfoReflection.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 RogueTournWorkbenchInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTournWorkbenchInfo(RogueTournWorkbenchInfo other) : this() {
workbenchFuncList_ = other.workbenchFuncList_.Clone();
workbenchId_ = other.workbenchId_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueTournWorkbenchInfo Clone() {
return new RogueTournWorkbenchInfo(this);
}
/// <summary>Field number for the "workbench_func_list" field.</summary>
public const int WorkbenchFuncListFieldNumber = 8;
private static readonly pb::FieldCodec<global::EggLink.DanhengServer.Proto.WorkbenchFuncIdInfo> _repeated_workbenchFuncList_codec
= pb::FieldCodec.ForMessage(66, global::EggLink.DanhengServer.Proto.WorkbenchFuncIdInfo.Parser);
private readonly pbc::RepeatedField<global::EggLink.DanhengServer.Proto.WorkbenchFuncIdInfo> workbenchFuncList_ = new pbc::RepeatedField<global::EggLink.DanhengServer.Proto.WorkbenchFuncIdInfo>();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public pbc::RepeatedField<global::EggLink.DanhengServer.Proto.WorkbenchFuncIdInfo> WorkbenchFuncList {
get { return workbenchFuncList_; }
}
/// <summary>Field number for the "workbench_id" field.</summary>
public const int WorkbenchIdFieldNumber = 10;
private uint workbenchId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint WorkbenchId {
get { return workbenchId_; }
set {
workbenchId_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueTournWorkbenchInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueTournWorkbenchInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if(!workbenchFuncList_.Equals(other.workbenchFuncList_)) return false;
if (WorkbenchId != other.WorkbenchId) 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 ^= workbenchFuncList_.GetHashCode();
if (WorkbenchId != 0) hash ^= WorkbenchId.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
workbenchFuncList_.WriteTo(output, _repeated_workbenchFuncList_codec);
if (WorkbenchId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(WorkbenchId);
}
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) {
workbenchFuncList_.WriteTo(ref output, _repeated_workbenchFuncList_codec);
if (WorkbenchId != 0) {
output.WriteRawTag(80);
output.WriteUInt32(WorkbenchId);
}
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 += workbenchFuncList_.CalculateSize(_repeated_workbenchFuncList_codec);
if (WorkbenchId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(WorkbenchId);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueTournWorkbenchInfo other) {
if (other == null) {
return;
}
workbenchFuncList_.Add(other.workbenchFuncList_);
if (other.WorkbenchId != 0) {
WorkbenchId = other.WorkbenchId;
}
_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 66: {
workbenchFuncList_.AddEntriesFrom(input, _repeated_workbenchFuncList_codec);
break;
}
case 80: {
WorkbenchId = 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 66: {
workbenchFuncList_.AddEntriesFrom(ref input, _repeated_workbenchFuncList_codec);
break;
}
case 80: {
WorkbenchId = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code