Files
DanhengServer-OpenSource/Proto/RogueModifier.cs
2024-12-07 14:00:38 +08:00

403 lines
16 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: RogueModifier.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 RogueModifier.proto</summary>
public static partial class RogueModifierReflection {
#region Descriptor
/// <summary>File descriptor for RogueModifier.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static RogueModifierReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNSb2d1ZU1vZGlmaWVyLnByb3RvGh1Sb2d1ZU1vZGlmaWVyU291cmNlVHlw",
"ZS5wcm90bxoaUm9ndWVNb2RpZmllckNvbnRlbnQucHJvdG8aHENoZXNzUm9n",
"dWVNb2RpZmllckluZm8ucHJvdG8izwEKDVJvZ3VlTW9kaWZpZXISNgoUbW9k",
"aWZpZXJfc291cmNlX3R5cGUYBSABKA4yGC5Sb2d1ZU1vZGlmaWVyU291cmNl",
"VHlwZRITCgttb2RpZmllcl9pZBgMIAEoBBIvChBtb2RpZmllcl9jb250ZW50",
"GAIgASgLMhUuUm9ndWVNb2RpZmllckNvbnRlbnQSMQoNbW9kaWZpZXJfaW5m",
"bxjACCABKAsyFy5DaGVzc1JvZ3VlTW9kaWZpZXJJbmZvSABCDQoLSkRCQ0VC",
"Q0RLTk1CHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IGcHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.RogueModifierSourceTypeReflection.Descriptor, global::EggLink.DanhengServer.Proto.RogueModifierContentReflection.Descriptor, global::EggLink.DanhengServer.Proto.ChessRogueModifierInfoReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.RogueModifier), global::EggLink.DanhengServer.Proto.RogueModifier.Parser, new[]{ "ModifierSourceType", "ModifierId", "ModifierContent", "ModifierInfo" }, new[]{ "JDBCEBCDKNM" }, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class RogueModifier : pb::IMessage<RogueModifier>
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser<RogueModifier> _parser = new pb::MessageParser<RogueModifier>(() => new RogueModifier());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser<RogueModifier> 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.RogueModifierReflection.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 RogueModifier() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueModifier(RogueModifier other) : this() {
modifierSourceType_ = other.modifierSourceType_;
modifierId_ = other.modifierId_;
modifierContent_ = other.modifierContent_ != null ? other.modifierContent_.Clone() : null;
switch (other.JDBCEBCDKNMCase) {
case JDBCEBCDKNMOneofCase.ModifierInfo:
ModifierInfo = other.ModifierInfo.Clone();
break;
}
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public RogueModifier Clone() {
return new RogueModifier(this);
}
/// <summary>Field number for the "modifier_source_type" field.</summary>
public const int ModifierSourceTypeFieldNumber = 5;
private global::EggLink.DanhengServer.Proto.RogueModifierSourceType modifierSourceType_ = global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueModifierSourceType ModifierSourceType {
get { return modifierSourceType_; }
set {
modifierSourceType_ = value;
}
}
/// <summary>Field number for the "modifier_id" field.</summary>
public const int ModifierIdFieldNumber = 12;
private ulong modifierId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public ulong ModifierId {
get { return modifierId_; }
set {
modifierId_ = value;
}
}
/// <summary>Field number for the "modifier_content" field.</summary>
public const int ModifierContentFieldNumber = 2;
private global::EggLink.DanhengServer.Proto.RogueModifierContent modifierContent_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.RogueModifierContent ModifierContent {
get { return modifierContent_; }
set {
modifierContent_ = value;
}
}
/// <summary>Field number for the "modifier_info" field.</summary>
public const int ModifierInfoFieldNumber = 1088;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo ModifierInfo {
get { return jDBCEBCDKNMCase_ == JDBCEBCDKNMOneofCase.ModifierInfo ? (global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo) jDBCEBCDKNM_ : null; }
set {
jDBCEBCDKNM_ = value;
jDBCEBCDKNMCase_ = value == null ? JDBCEBCDKNMOneofCase.None : JDBCEBCDKNMOneofCase.ModifierInfo;
}
}
private object jDBCEBCDKNM_;
/// <summary>Enum of possible cases for the "JDBCEBCDKNM" oneof.</summary>
public enum JDBCEBCDKNMOneofCase {
None = 0,
ModifierInfo = 1088,
}
private JDBCEBCDKNMOneofCase jDBCEBCDKNMCase_ = JDBCEBCDKNMOneofCase.None;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public JDBCEBCDKNMOneofCase JDBCEBCDKNMCase {
get { return jDBCEBCDKNMCase_; }
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void ClearJDBCEBCDKNM() {
jDBCEBCDKNMCase_ = JDBCEBCDKNMOneofCase.None;
jDBCEBCDKNM_ = null;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as RogueModifier);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(RogueModifier other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (ModifierSourceType != other.ModifierSourceType) return false;
if (ModifierId != other.ModifierId) return false;
if (!object.Equals(ModifierContent, other.ModifierContent)) return false;
if (!object.Equals(ModifierInfo, other.ModifierInfo)) return false;
if (JDBCEBCDKNMCase != other.JDBCEBCDKNMCase) 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 (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) hash ^= ModifierSourceType.GetHashCode();
if (ModifierId != 0UL) hash ^= ModifierId.GetHashCode();
if (modifierContent_ != null) hash ^= ModifierContent.GetHashCode();
if (jDBCEBCDKNMCase_ == JDBCEBCDKNMOneofCase.ModifierInfo) hash ^= ModifierInfo.GetHashCode();
hash ^= (int) jDBCEBCDKNMCase_;
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 (modifierContent_ != null) {
output.WriteRawTag(18);
output.WriteMessage(ModifierContent);
}
if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) {
output.WriteRawTag(40);
output.WriteEnum((int) ModifierSourceType);
}
if (ModifierId != 0UL) {
output.WriteRawTag(96);
output.WriteUInt64(ModifierId);
}
if (jDBCEBCDKNMCase_ == JDBCEBCDKNMOneofCase.ModifierInfo) {
output.WriteRawTag(130, 68);
output.WriteMessage(ModifierInfo);
}
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 (modifierContent_ != null) {
output.WriteRawTag(18);
output.WriteMessage(ModifierContent);
}
if (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) {
output.WriteRawTag(40);
output.WriteEnum((int) ModifierSourceType);
}
if (ModifierId != 0UL) {
output.WriteRawTag(96);
output.WriteUInt64(ModifierId);
}
if (jDBCEBCDKNMCase_ == JDBCEBCDKNMOneofCase.ModifierInfo) {
output.WriteRawTag(130, 68);
output.WriteMessage(ModifierInfo);
}
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 (ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) {
size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) ModifierSourceType);
}
if (ModifierId != 0UL) {
size += 1 + pb::CodedOutputStream.ComputeUInt64Size(ModifierId);
}
if (modifierContent_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ModifierContent);
}
if (jDBCEBCDKNMCase_ == JDBCEBCDKNMOneofCase.ModifierInfo) {
size += 2 + pb::CodedOutputStream.ComputeMessageSize(ModifierInfo);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(RogueModifier other) {
if (other == null) {
return;
}
if (other.ModifierSourceType != global::EggLink.DanhengServer.Proto.RogueModifierSourceType.RogueModifierSourceNone) {
ModifierSourceType = other.ModifierSourceType;
}
if (other.ModifierId != 0UL) {
ModifierId = other.ModifierId;
}
if (other.modifierContent_ != null) {
if (modifierContent_ == null) {
ModifierContent = new global::EggLink.DanhengServer.Proto.RogueModifierContent();
}
ModifierContent.MergeFrom(other.ModifierContent);
}
switch (other.JDBCEBCDKNMCase) {
case JDBCEBCDKNMOneofCase.ModifierInfo:
if (ModifierInfo == null) {
ModifierInfo = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo();
}
ModifierInfo.MergeFrom(other.ModifierInfo);
break;
}
_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 18: {
if (modifierContent_ == null) {
ModifierContent = new global::EggLink.DanhengServer.Proto.RogueModifierContent();
}
input.ReadMessage(ModifierContent);
break;
}
case 40: {
ModifierSourceType = (global::EggLink.DanhengServer.Proto.RogueModifierSourceType) input.ReadEnum();
break;
}
case 96: {
ModifierId = input.ReadUInt64();
break;
}
case 8706: {
global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo();
if (jDBCEBCDKNMCase_ == JDBCEBCDKNMOneofCase.ModifierInfo) {
subBuilder.MergeFrom(ModifierInfo);
}
input.ReadMessage(subBuilder);
ModifierInfo = subBuilder;
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 18: {
if (modifierContent_ == null) {
ModifierContent = new global::EggLink.DanhengServer.Proto.RogueModifierContent();
}
input.ReadMessage(ModifierContent);
break;
}
case 40: {
ModifierSourceType = (global::EggLink.DanhengServer.Proto.RogueModifierSourceType) input.ReadEnum();
break;
}
case 96: {
ModifierId = input.ReadUInt64();
break;
}
case 8706: {
global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo subBuilder = new global::EggLink.DanhengServer.Proto.ChessRogueModifierInfo();
if (jDBCEBCDKNMCase_ == JDBCEBCDKNMOneofCase.ModifierInfo) {
subBuilder.MergeFrom(ModifierInfo);
}
input.ReadMessage(subBuilder);
ModifierInfo = subBuilder;
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code