mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-15 07:54:36 +01:00
Init commit
This commit is contained in:
385
NTR.Common/protos/CharPotential.cs
Normal file
385
NTR.Common/protos/CharPotential.cs
Normal file
@@ -0,0 +1,385 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: CharPotential.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 Nova.Client {
|
||||
|
||||
/// <summary>Holder for reflection information generated from CharPotential.proto</summary>
|
||||
public static partial class CharPotentialReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for CharPotential.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static CharPotentialReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChNDaGFyUG90ZW50aWFsLnByb3RvItEBCg1DaGFyUG90ZW50aWFsEgoKAmlk",
|
||||
"GAEgASgFEiUKHW1hc3Rlcl9zcGVjaWZpY19wb3RlbnRpYWxfaWRzGAIgAygF",
|
||||
"EiUKHWFzc2lzdF9zcGVjaWZpY19wb3RlbnRpYWxfaWRzGAMgAygFEhwKFGNv",
|
||||
"bW1vbl9wb3RlbnRpYWxfaWRzGAQgAygFEiMKG21hc3Rlcl9ub3JtYWxfcG90",
|
||||
"ZW50aWFsX2lkcxgFIAMoBRIjChthc3Npc3Rfbm9ybWFsX3BvdGVudGlhbF9p",
|
||||
"ZHMYBiADKAVCDqoCC05vdmEuQ2xpZW50YgZwcm90bzM="));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.CharPotential), global::Nova.Client.CharPotential.Parser, new[]{ "Id", "MasterSpecificPotentialIds", "AssistSpecificPotentialIds", "CommonPotentialIds", "MasterNormalPotentialIds", "AssistNormalPotentialIds" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class CharPotential : pb::IMessage<CharPotential>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<CharPotential> _parser = new pb::MessageParser<CharPotential>(() => new CharPotential());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<CharPotential> Parser { get { return _parser; } }
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pbr::MessageDescriptor Descriptor {
|
||||
get { return global::Nova.Client.CharPotentialReflection.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 CharPotential() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public CharPotential(CharPotential other) : this() {
|
||||
id_ = other.id_;
|
||||
masterSpecificPotentialIds_ = other.masterSpecificPotentialIds_.Clone();
|
||||
assistSpecificPotentialIds_ = other.assistSpecificPotentialIds_.Clone();
|
||||
commonPotentialIds_ = other.commonPotentialIds_.Clone();
|
||||
masterNormalPotentialIds_ = other.masterNormalPotentialIds_.Clone();
|
||||
assistNormalPotentialIds_ = other.assistNormalPotentialIds_.Clone();
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public CharPotential Clone() {
|
||||
return new CharPotential(this);
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "id" field.</summary>
|
||||
public const int IdFieldNumber = 1;
|
||||
private int id_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int Id {
|
||||
get { return id_; }
|
||||
set {
|
||||
id_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "master_specific_potential_ids" field.</summary>
|
||||
public const int MasterSpecificPotentialIdsFieldNumber = 2;
|
||||
private static readonly pb::FieldCodec<int> _repeated_masterSpecificPotentialIds_codec
|
||||
= pb::FieldCodec.ForInt32(18);
|
||||
private readonly pbc::RepeatedField<int> masterSpecificPotentialIds_ = new pbc::RepeatedField<int>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<int> MasterSpecificPotentialIds {
|
||||
get { return masterSpecificPotentialIds_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "assist_specific_potential_ids" field.</summary>
|
||||
public const int AssistSpecificPotentialIdsFieldNumber = 3;
|
||||
private static readonly pb::FieldCodec<int> _repeated_assistSpecificPotentialIds_codec
|
||||
= pb::FieldCodec.ForInt32(26);
|
||||
private readonly pbc::RepeatedField<int> assistSpecificPotentialIds_ = new pbc::RepeatedField<int>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<int> AssistSpecificPotentialIds {
|
||||
get { return assistSpecificPotentialIds_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "common_potential_ids" field.</summary>
|
||||
public const int CommonPotentialIdsFieldNumber = 4;
|
||||
private static readonly pb::FieldCodec<int> _repeated_commonPotentialIds_codec
|
||||
= pb::FieldCodec.ForInt32(34);
|
||||
private readonly pbc::RepeatedField<int> commonPotentialIds_ = new pbc::RepeatedField<int>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<int> CommonPotentialIds {
|
||||
get { return commonPotentialIds_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "master_normal_potential_ids" field.</summary>
|
||||
public const int MasterNormalPotentialIdsFieldNumber = 5;
|
||||
private static readonly pb::FieldCodec<int> _repeated_masterNormalPotentialIds_codec
|
||||
= pb::FieldCodec.ForInt32(42);
|
||||
private readonly pbc::RepeatedField<int> masterNormalPotentialIds_ = new pbc::RepeatedField<int>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<int> MasterNormalPotentialIds {
|
||||
get { return masterNormalPotentialIds_; }
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "assist_normal_potential_ids" field.</summary>
|
||||
public const int AssistNormalPotentialIdsFieldNumber = 6;
|
||||
private static readonly pb::FieldCodec<int> _repeated_assistNormalPotentialIds_codec
|
||||
= pb::FieldCodec.ForInt32(50);
|
||||
private readonly pbc::RepeatedField<int> assistNormalPotentialIds_ = new pbc::RepeatedField<int>();
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public pbc::RepeatedField<int> AssistNormalPotentialIds {
|
||||
get { return assistNormalPotentialIds_; }
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as CharPotential);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(CharPotential other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Id != other.Id) return false;
|
||||
if(!masterSpecificPotentialIds_.Equals(other.masterSpecificPotentialIds_)) return false;
|
||||
if(!assistSpecificPotentialIds_.Equals(other.assistSpecificPotentialIds_)) return false;
|
||||
if(!commonPotentialIds_.Equals(other.commonPotentialIds_)) return false;
|
||||
if(!masterNormalPotentialIds_.Equals(other.masterNormalPotentialIds_)) return false;
|
||||
if(!assistNormalPotentialIds_.Equals(other.assistNormalPotentialIds_)) 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 (Id != 0) hash ^= Id.GetHashCode();
|
||||
hash ^= masterSpecificPotentialIds_.GetHashCode();
|
||||
hash ^= assistSpecificPotentialIds_.GetHashCode();
|
||||
hash ^= commonPotentialIds_.GetHashCode();
|
||||
hash ^= masterNormalPotentialIds_.GetHashCode();
|
||||
hash ^= assistNormalPotentialIds_.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 (Id != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteInt32(Id);
|
||||
}
|
||||
masterSpecificPotentialIds_.WriteTo(output, _repeated_masterSpecificPotentialIds_codec);
|
||||
assistSpecificPotentialIds_.WriteTo(output, _repeated_assistSpecificPotentialIds_codec);
|
||||
commonPotentialIds_.WriteTo(output, _repeated_commonPotentialIds_codec);
|
||||
masterNormalPotentialIds_.WriteTo(output, _repeated_masterNormalPotentialIds_codec);
|
||||
assistNormalPotentialIds_.WriteTo(output, _repeated_assistNormalPotentialIds_codec);
|
||||
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 (Id != 0) {
|
||||
output.WriteRawTag(8);
|
||||
output.WriteInt32(Id);
|
||||
}
|
||||
masterSpecificPotentialIds_.WriteTo(ref output, _repeated_masterSpecificPotentialIds_codec);
|
||||
assistSpecificPotentialIds_.WriteTo(ref output, _repeated_assistSpecificPotentialIds_codec);
|
||||
commonPotentialIds_.WriteTo(ref output, _repeated_commonPotentialIds_codec);
|
||||
masterNormalPotentialIds_.WriteTo(ref output, _repeated_masterNormalPotentialIds_codec);
|
||||
assistNormalPotentialIds_.WriteTo(ref output, _repeated_assistNormalPotentialIds_codec);
|
||||
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 (Id != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Id);
|
||||
}
|
||||
size += masterSpecificPotentialIds_.CalculateSize(_repeated_masterSpecificPotentialIds_codec);
|
||||
size += assistSpecificPotentialIds_.CalculateSize(_repeated_assistSpecificPotentialIds_codec);
|
||||
size += commonPotentialIds_.CalculateSize(_repeated_commonPotentialIds_codec);
|
||||
size += masterNormalPotentialIds_.CalculateSize(_repeated_masterNormalPotentialIds_codec);
|
||||
size += assistNormalPotentialIds_.CalculateSize(_repeated_assistNormalPotentialIds_codec);
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(CharPotential other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Id != 0) {
|
||||
Id = other.Id;
|
||||
}
|
||||
masterSpecificPotentialIds_.Add(other.masterSpecificPotentialIds_);
|
||||
assistSpecificPotentialIds_.Add(other.assistSpecificPotentialIds_);
|
||||
commonPotentialIds_.Add(other.commonPotentialIds_);
|
||||
masterNormalPotentialIds_.Add(other.masterNormalPotentialIds_);
|
||||
assistNormalPotentialIds_.Add(other.assistNormalPotentialIds_);
|
||||
_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) {
|
||||
if ((tag & 7) == 4) {
|
||||
// Abort on any end group tag.
|
||||
return;
|
||||
}
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
||||
break;
|
||||
case 8: {
|
||||
Id = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 18:
|
||||
case 16: {
|
||||
masterSpecificPotentialIds_.AddEntriesFrom(input, _repeated_masterSpecificPotentialIds_codec);
|
||||
break;
|
||||
}
|
||||
case 26:
|
||||
case 24: {
|
||||
assistSpecificPotentialIds_.AddEntriesFrom(input, _repeated_assistSpecificPotentialIds_codec);
|
||||
break;
|
||||
}
|
||||
case 34:
|
||||
case 32: {
|
||||
commonPotentialIds_.AddEntriesFrom(input, _repeated_commonPotentialIds_codec);
|
||||
break;
|
||||
}
|
||||
case 42:
|
||||
case 40: {
|
||||
masterNormalPotentialIds_.AddEntriesFrom(input, _repeated_masterNormalPotentialIds_codec);
|
||||
break;
|
||||
}
|
||||
case 50:
|
||||
case 48: {
|
||||
assistNormalPotentialIds_.AddEntriesFrom(input, _repeated_assistNormalPotentialIds_codec);
|
||||
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) {
|
||||
if ((tag & 7) == 4) {
|
||||
// Abort on any end group tag.
|
||||
return;
|
||||
}
|
||||
switch(tag) {
|
||||
default:
|
||||
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
||||
break;
|
||||
case 8: {
|
||||
Id = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 18:
|
||||
case 16: {
|
||||
masterSpecificPotentialIds_.AddEntriesFrom(ref input, _repeated_masterSpecificPotentialIds_codec);
|
||||
break;
|
||||
}
|
||||
case 26:
|
||||
case 24: {
|
||||
assistSpecificPotentialIds_.AddEntriesFrom(ref input, _repeated_assistSpecificPotentialIds_codec);
|
||||
break;
|
||||
}
|
||||
case 34:
|
||||
case 32: {
|
||||
commonPotentialIds_.AddEntriesFrom(ref input, _repeated_commonPotentialIds_codec);
|
||||
break;
|
||||
}
|
||||
case 42:
|
||||
case 40: {
|
||||
masterNormalPotentialIds_.AddEntriesFrom(ref input, _repeated_masterNormalPotentialIds_codec);
|
||||
break;
|
||||
}
|
||||
case 50:
|
||||
case 48: {
|
||||
assistNormalPotentialIds_.AddEntriesFrom(ref input, _repeated_assistNormalPotentialIds_codec);
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
Reference in New Issue
Block a user