Files
DanhengServer-OpenSource/Proto/RogueVirtualItemInfo.cs

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",
"dGVtSW5mbxITCgtOT0xOTEhJUEhLTxgIIAEoDRITCgtDTFBISE1QTUhNUBgL",
"IAEoDRITCgtCSUdNT0RQSEZEQhgDIAEoDRITCgtQTk9OS0JNTUhQShgPIAEo",
"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[]{ "NOLNLHIPHKO", "CLPHHMPMHMP", "BIGMODPHFDB", "PNONKBMMHPJ" }, 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() {
nOLNLHIPHKO_ = other.nOLNLHIPHKO_;
cLPHHMPMHMP_ = other.cLPHHMPMHMP_;
bIGMODPHFDB_ = other.bIGMODPHFDB_;
pNONKBMMHPJ_ = other.pNONKBMMHPJ_;
_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 "NOLNLHIPHKO" field.</summary>
public const int NOLNLHIPHKOFieldNumber = 8;
private uint nOLNLHIPHKO_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint NOLNLHIPHKO {
get { return nOLNLHIPHKO_; }
set {
nOLNLHIPHKO_ = value;
}
}
/// <summary>Field number for the "CLPHHMPMHMP" field.</summary>
public const int CLPHHMPMHMPFieldNumber = 11;
private uint cLPHHMPMHMP_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint CLPHHMPMHMP {
get { return cLPHHMPMHMP_; }
set {
cLPHHMPMHMP_ = value;
}
}
/// <summary>Field number for the "BIGMODPHFDB" field.</summary>
public const int BIGMODPHFDBFieldNumber = 3;
private uint bIGMODPHFDB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint BIGMODPHFDB {
get { return bIGMODPHFDB_; }
set {
bIGMODPHFDB_ = value;
}
}
/// <summary>Field number for the "PNONKBMMHPJ" field.</summary>
public const int PNONKBMMHPJFieldNumber = 15;
private uint pNONKBMMHPJ_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint PNONKBMMHPJ {
get { return pNONKBMMHPJ_; }
set {
pNONKBMMHPJ_ = 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 (NOLNLHIPHKO != other.NOLNLHIPHKO) return false;
if (CLPHHMPMHMP != other.CLPHHMPMHMP) return false;
if (BIGMODPHFDB != other.BIGMODPHFDB) return false;
if (PNONKBMMHPJ != other.PNONKBMMHPJ) 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 (NOLNLHIPHKO != 0) hash ^= NOLNLHIPHKO.GetHashCode();
if (CLPHHMPMHMP != 0) hash ^= CLPHHMPMHMP.GetHashCode();
if (BIGMODPHFDB != 0) hash ^= BIGMODPHFDB.GetHashCode();
if (PNONKBMMHPJ != 0) hash ^= PNONKBMMHPJ.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 (BIGMODPHFDB != 0) {
output.WriteRawTag(24);
output.WriteUInt32(BIGMODPHFDB);
}
if (NOLNLHIPHKO != 0) {
output.WriteRawTag(64);
output.WriteUInt32(NOLNLHIPHKO);
}
if (CLPHHMPMHMP != 0) {
output.WriteRawTag(88);
output.WriteUInt32(CLPHHMPMHMP);
}
if (PNONKBMMHPJ != 0) {
output.WriteRawTag(120);
output.WriteUInt32(PNONKBMMHPJ);
}
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 (BIGMODPHFDB != 0) {
output.WriteRawTag(24);
output.WriteUInt32(BIGMODPHFDB);
}
if (NOLNLHIPHKO != 0) {
output.WriteRawTag(64);
output.WriteUInt32(NOLNLHIPHKO);
}
if (CLPHHMPMHMP != 0) {
output.WriteRawTag(88);
output.WriteUInt32(CLPHHMPMHMP);
}
if (PNONKBMMHPJ != 0) {
output.WriteRawTag(120);
output.WriteUInt32(PNONKBMMHPJ);
}
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 (NOLNLHIPHKO != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(NOLNLHIPHKO);
}
if (CLPHHMPMHMP != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(CLPHHMPMHMP);
}
if (BIGMODPHFDB != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(BIGMODPHFDB);
}
if (PNONKBMMHPJ != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(PNONKBMMHPJ);
}
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.NOLNLHIPHKO != 0) {
NOLNLHIPHKO = other.NOLNLHIPHKO;
}
if (other.CLPHHMPMHMP != 0) {
CLPHHMPMHMP = other.CLPHHMPMHMP;
}
if (other.BIGMODPHFDB != 0) {
BIGMODPHFDB = other.BIGMODPHFDB;
}
if (other.PNONKBMMHPJ != 0) {
PNONKBMMHPJ = other.PNONKBMMHPJ;
}
_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: {
BIGMODPHFDB = input.ReadUInt32();
break;
}
case 64: {
NOLNLHIPHKO = input.ReadUInt32();
break;
}
case 88: {
CLPHHMPMHMP = input.ReadUInt32();
break;
}
case 120: {
PNONKBMMHPJ = 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 24: {
BIGMODPHFDB = input.ReadUInt32();
break;
}
case 64: {
NOLNLHIPHKO = input.ReadUInt32();
break;
}
case 88: {
CLPHHMPMHMP = input.ReadUInt32();
break;
}
case 120: {
PNONKBMMHPJ = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code