Files
DanhengServer-OpenSource/Proto/RogueVirtualItemInfo.cs
2025-04-15 16:44:46 +08:00

347 lines
12 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueVirtualItemInfo.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 RogueVirtualItemInfo.proto</summary>
public static partial class RogueVirtualItemInfoReflection {
#region Descriptor
/// <summary>File descriptor for RogueVirtualItemInfo.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueVirtualItemInfoReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChpSb2d1ZVZpcnR1YWxJdGVtSW5mby5wcm90byJqChRSb2d1ZVZpcnR1YWxJ",
"dGVtSW5mbxITCgtKS0pNQ0ZBR09DRhgLIAEoDRITCgtIR0JMT01FTEJMRRgH",
"IAEoDRITCgtHRkRCR0NPTEtDUBgFIAEoDRITCgtJUE9ETkJMSlBPTBgJIAEo",
"DUIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueVirtualItemInfo), global::EggLink.DanhengServer.Proto.RogueVirtualItemInfo.Parser, new[]{ "JKJMCFAGOCF", "HGBLOMELBLE", "GFDBGCOLKCP", "IPODNBLJPOL" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueVirtualItemInfo : pb::IMessage<RogueVirtualItemInfo>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueVirtualItemInfo> _parser = new pb::MessageParser<RogueVirtualItemInfo>(() => new RogueVirtualItemInfo());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueVirtualItemInfo> 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.RogueVirtualItemInfoReflection.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 RogueVirtualItemInfo() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueVirtualItemInfo(RogueVirtualItemInfo other) : this() {
jKJMCFAGOCF_ = other.jKJMCFAGOCF_;
hGBLOMELBLE_ = other.hGBLOMELBLE_;
gFDBGCOLKCP_ = other.gFDBGCOLKCP_;
iPODNBLJPOL_ = other.iPODNBLJPOL_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueVirtualItemInfo Clone() {
return new RogueVirtualItemInfo(this);
}
/// <summary>Field number for the "JKJMCFAGOCF" field.</summary>
public const int JKJMCFAGOCFFieldNumber = 11;
private uint jKJMCFAGOCF_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint JKJMCFAGOCF {
get { return jKJMCFAGOCF_; }
set {
jKJMCFAGOCF_ = value;
}
}
/// <summary>Field number for the "HGBLOMELBLE" field.</summary>
public const int HGBLOMELBLEFieldNumber = 7;
private uint hGBLOMELBLE_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint HGBLOMELBLE {
get { return hGBLOMELBLE_; }
set {
hGBLOMELBLE_ = value;
}
}
/// <summary>Field number for the "GFDBGCOLKCP" field.</summary>
public const int GFDBGCOLKCPFieldNumber = 5;
private uint gFDBGCOLKCP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint GFDBGCOLKCP {
get { return gFDBGCOLKCP_; }
set {
gFDBGCOLKCP_ = value;
}
}
/// <summary>Field number for the "IPODNBLJPOL" field.</summary>
public const int IPODNBLJPOLFieldNumber = 9;
private uint iPODNBLJPOL_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint IPODNBLJPOL {
get { return iPODNBLJPOL_; }
set {
iPODNBLJPOL_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueVirtualItemInfo);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueVirtualItemInfo other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (JKJMCFAGOCF != other.JKJMCFAGOCF) return false;
if (HGBLOMELBLE != other.HGBLOMELBLE) return false;
if (GFDBGCOLKCP != other.GFDBGCOLKCP) return false;
if (IPODNBLJPOL != other.IPODNBLJPOL) 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 (JKJMCFAGOCF != 0) hash ^= JKJMCFAGOCF.GetHashCode();
if (HGBLOMELBLE != 0) hash ^= HGBLOMELBLE.GetHashCode();
if (GFDBGCOLKCP != 0) hash ^= GFDBGCOLKCP.GetHashCode();
if (IPODNBLJPOL != 0) hash ^= IPODNBLJPOL.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 (GFDBGCOLKCP != 0) {
output.WriteRawTag(40);
output.WriteUInt32(GFDBGCOLKCP);
}
if (HGBLOMELBLE != 0) {
output.WriteRawTag(56);
output.WriteUInt32(HGBLOMELBLE);
}
if (IPODNBLJPOL != 0) {
output.WriteRawTag(72);
output.WriteUInt32(IPODNBLJPOL);
}
if (JKJMCFAGOCF != 0) {
output.WriteRawTag(88);
output.WriteUInt32(JKJMCFAGOCF);
}
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 (GFDBGCOLKCP != 0) {
output.WriteRawTag(40);
output.WriteUInt32(GFDBGCOLKCP);
}
if (HGBLOMELBLE != 0) {
output.WriteRawTag(56);
output.WriteUInt32(HGBLOMELBLE);
}
if (IPODNBLJPOL != 0) {
output.WriteRawTag(72);
output.WriteUInt32(IPODNBLJPOL);
}
if (JKJMCFAGOCF != 0) {
output.WriteRawTag(88);
output.WriteUInt32(JKJMCFAGOCF);
}
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 (JKJMCFAGOCF != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(JKJMCFAGOCF);
}
if (HGBLOMELBLE != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(HGBLOMELBLE);
}
if (GFDBGCOLKCP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(GFDBGCOLKCP);
}
if (IPODNBLJPOL != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(IPODNBLJPOL);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueVirtualItemInfo other) {
if (other == null) {
return;
}
if (other.JKJMCFAGOCF != 0) {
JKJMCFAGOCF = other.JKJMCFAGOCF;
}
if (other.HGBLOMELBLE != 0) {
HGBLOMELBLE = other.HGBLOMELBLE;
}
if (other.GFDBGCOLKCP != 0) {
GFDBGCOLKCP = other.GFDBGCOLKCP;
}
if (other.IPODNBLJPOL != 0) {
IPODNBLJPOL = other.IPODNBLJPOL;
}
_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 40: {
GFDBGCOLKCP = input.ReadUInt32();
break;
}
case 56: {
HGBLOMELBLE = input.ReadUInt32();
break;
}
case 72: {
IPODNBLJPOL = input.ReadUInt32();
break;
}
case 88: {
JKJMCFAGOCF = 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 40: {
GFDBGCOLKCP = input.ReadUInt32();
break;
}
case 56: {
HGBLOMELBLE = input.ReadUInt32();
break;
}
case 72: {
IPODNBLJPOL = input.ReadUInt32();
break;
}
case 88: {
JKJMCFAGOCF = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code