mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-16 00:14:38 +01:00
Init commit
This commit is contained in:
428
NTR.Common/protos/DailyQuestActive.cs
Normal file
428
NTR.Common/protos/DailyQuestActive.cs
Normal file
@@ -0,0 +1,428 @@
|
||||
// <auto-generated>
|
||||
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
||||
// source: DailyQuestActive.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 DailyQuestActive.proto</summary>
|
||||
public static partial class DailyQuestActiveReflection {
|
||||
|
||||
#region Descriptor
|
||||
/// <summary>File descriptor for DailyQuestActive.proto</summary>
|
||||
public static pbr::FileDescriptor Descriptor {
|
||||
get { return descriptor; }
|
||||
}
|
||||
private static pbr::FileDescriptor descriptor;
|
||||
|
||||
static DailyQuestActiveReflection() {
|
||||
byte[] descriptorData = global::System.Convert.FromBase64String(
|
||||
string.Concat(
|
||||
"ChZEYWlseVF1ZXN0QWN0aXZlLnByb3RvInYKEERhaWx5UXVlc3RBY3RpdmUS",
|
||||
"CgoCaWQYASABKAUSDgoGYWN0aXZlGAIgASgFEhEKCWl0ZW1fdGlkMRgDIAEo",
|
||||
"BRIPCgdudW1iZXIxGAQgASgFEhEKCWl0ZW1fdGlkMhgFIAEoBRIPCgdudW1i",
|
||||
"ZXIyGAYgASgFQg6qAgtOb3ZhLkNsaWVudGIGcHJvdG8z"));
|
||||
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
||||
new pbr::FileDescriptor[] { },
|
||||
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
||||
new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.DailyQuestActive), global::Nova.Client.DailyQuestActive.Parser, new[]{ "Id", "Active", "ItemTid1", "Number1", "ItemTid2", "Number2" }, null, null, null, null)
|
||||
}));
|
||||
}
|
||||
#endregion
|
||||
|
||||
}
|
||||
#region Messages
|
||||
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
||||
public sealed partial class DailyQuestActive : pb::IMessage<DailyQuestActive>
|
||||
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
||||
, pb::IBufferMessage
|
||||
#endif
|
||||
{
|
||||
private static readonly pb::MessageParser<DailyQuestActive> _parser = new pb::MessageParser<DailyQuestActive>(() => new DailyQuestActive());
|
||||
private pb::UnknownFieldSet _unknownFields;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public static pb::MessageParser<DailyQuestActive> 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.DailyQuestActiveReflection.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 DailyQuestActive() {
|
||||
OnConstruction();
|
||||
}
|
||||
|
||||
partial void OnConstruction();
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public DailyQuestActive(DailyQuestActive other) : this() {
|
||||
id_ = other.id_;
|
||||
active_ = other.active_;
|
||||
itemTid1_ = other.itemTid1_;
|
||||
number1_ = other.number1_;
|
||||
itemTid2_ = other.itemTid2_;
|
||||
number2_ = other.number2_;
|
||||
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public DailyQuestActive Clone() {
|
||||
return new DailyQuestActive(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 "active" field.</summary>
|
||||
public const int ActiveFieldNumber = 2;
|
||||
private int active_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int Active {
|
||||
get { return active_; }
|
||||
set {
|
||||
active_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "item_tid1" field.</summary>
|
||||
public const int ItemTid1FieldNumber = 3;
|
||||
private int itemTid1_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int ItemTid1 {
|
||||
get { return itemTid1_; }
|
||||
set {
|
||||
itemTid1_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "number1" field.</summary>
|
||||
public const int Number1FieldNumber = 4;
|
||||
private int number1_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int Number1 {
|
||||
get { return number1_; }
|
||||
set {
|
||||
number1_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "item_tid2" field.</summary>
|
||||
public const int ItemTid2FieldNumber = 5;
|
||||
private int itemTid2_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int ItemTid2 {
|
||||
get { return itemTid2_; }
|
||||
set {
|
||||
itemTid2_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>Field number for the "number2" field.</summary>
|
||||
public const int Number2FieldNumber = 6;
|
||||
private int number2_;
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public int Number2 {
|
||||
get { return number2_; }
|
||||
set {
|
||||
number2_ = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public override bool Equals(object other) {
|
||||
return Equals(other as DailyQuestActive);
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public bool Equals(DailyQuestActive other) {
|
||||
if (ReferenceEquals(other, null)) {
|
||||
return false;
|
||||
}
|
||||
if (ReferenceEquals(other, this)) {
|
||||
return true;
|
||||
}
|
||||
if (Id != other.Id) return false;
|
||||
if (Active != other.Active) return false;
|
||||
if (ItemTid1 != other.ItemTid1) return false;
|
||||
if (Number1 != other.Number1) return false;
|
||||
if (ItemTid2 != other.ItemTid2) return false;
|
||||
if (Number2 != other.Number2) 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();
|
||||
if (Active != 0) hash ^= Active.GetHashCode();
|
||||
if (ItemTid1 != 0) hash ^= ItemTid1.GetHashCode();
|
||||
if (Number1 != 0) hash ^= Number1.GetHashCode();
|
||||
if (ItemTid2 != 0) hash ^= ItemTid2.GetHashCode();
|
||||
if (Number2 != 0) hash ^= Number2.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);
|
||||
}
|
||||
if (Active != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteInt32(Active);
|
||||
}
|
||||
if (ItemTid1 != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteInt32(ItemTid1);
|
||||
}
|
||||
if (Number1 != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteInt32(Number1);
|
||||
}
|
||||
if (ItemTid2 != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteInt32(ItemTid2);
|
||||
}
|
||||
if (Number2 != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteInt32(Number2);
|
||||
}
|
||||
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);
|
||||
}
|
||||
if (Active != 0) {
|
||||
output.WriteRawTag(16);
|
||||
output.WriteInt32(Active);
|
||||
}
|
||||
if (ItemTid1 != 0) {
|
||||
output.WriteRawTag(24);
|
||||
output.WriteInt32(ItemTid1);
|
||||
}
|
||||
if (Number1 != 0) {
|
||||
output.WriteRawTag(32);
|
||||
output.WriteInt32(Number1);
|
||||
}
|
||||
if (ItemTid2 != 0) {
|
||||
output.WriteRawTag(40);
|
||||
output.WriteInt32(ItemTid2);
|
||||
}
|
||||
if (Number2 != 0) {
|
||||
output.WriteRawTag(48);
|
||||
output.WriteInt32(Number2);
|
||||
}
|
||||
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);
|
||||
}
|
||||
if (Active != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Active);
|
||||
}
|
||||
if (ItemTid1 != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(ItemTid1);
|
||||
}
|
||||
if (Number1 != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Number1);
|
||||
}
|
||||
if (ItemTid2 != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(ItemTid2);
|
||||
}
|
||||
if (Number2 != 0) {
|
||||
size += 1 + pb::CodedOutputStream.ComputeInt32Size(Number2);
|
||||
}
|
||||
if (_unknownFields != null) {
|
||||
size += _unknownFields.CalculateSize();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
||||
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
||||
public void MergeFrom(DailyQuestActive other) {
|
||||
if (other == null) {
|
||||
return;
|
||||
}
|
||||
if (other.Id != 0) {
|
||||
Id = other.Id;
|
||||
}
|
||||
if (other.Active != 0) {
|
||||
Active = other.Active;
|
||||
}
|
||||
if (other.ItemTid1 != 0) {
|
||||
ItemTid1 = other.ItemTid1;
|
||||
}
|
||||
if (other.Number1 != 0) {
|
||||
Number1 = other.Number1;
|
||||
}
|
||||
if (other.ItemTid2 != 0) {
|
||||
ItemTid2 = other.ItemTid2;
|
||||
}
|
||||
if (other.Number2 != 0) {
|
||||
Number2 = other.Number2;
|
||||
}
|
||||
_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 16: {
|
||||
Active = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
ItemTid1 = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
Number1 = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
ItemTid2 = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
Number2 = input.ReadInt32();
|
||||
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 16: {
|
||||
Active = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 24: {
|
||||
ItemTid1 = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 32: {
|
||||
Number1 = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 40: {
|
||||
ItemTid2 = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
case 48: {
|
||||
Number2 = input.ReadInt32();
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
|
||||
#endregion Designer generated code
|
||||
Reference in New Issue
Block a user