mirror of
https://github.com/raphaeIl/Novaria.git
synced 2025-12-15 16:04:48 +01:00
618 lines
20 KiB
C#
618 lines
20 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: PeriodicQuestControl.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 PeriodicQuestControl.proto</summary>
|
|
public static partial class PeriodicQuestControlReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for PeriodicQuestControl.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static PeriodicQuestControlReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChpQZXJpb2RpY1F1ZXN0Q29udHJvbC5wcm90byKHAgoUUGVyaW9kaWNRdWVz",
|
|
"dENvbnRyb2wSCgoCaWQYASABKAUSFQoNZmluYWxfcmV3YXJkMRgCIAEoBRIZ",
|
|
"ChFmaW5hbF9yZXdhcmRfcXR5MRgDIAEoBRIVCg1maW5hbF9yZXdhcmQyGAQg",
|
|
"ASgFEhkKEWZpbmFsX3Jld2FyZF9xdHkyGAUgASgFEhUKDWZpbmFsX3Jld2Fy",
|
|
"ZDMYBiABKAUSGQoRZmluYWxfcmV3YXJkX3F0eTMYByABKAUSEAoIZGVzX3Rl",
|
|
"eHQYCCABKAkSEgoKdV9pX2Fzc2V0cxgJIAEoCRIRCgljdHJsX25hbWUYCiAB",
|
|
"KAkSFAoMcHJldmlld190eXBlGAsgASgFQg6qAgtOb3ZhLkNsaWVudGIGcHJv",
|
|
"dG8z"));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::Nova.Client.PeriodicQuestControl), global::Nova.Client.PeriodicQuestControl.Parser, new[]{ "Id", "FinalReward1", "FinalRewardQty1", "FinalReward2", "FinalRewardQty2", "FinalReward3", "FinalRewardQty3", "DesText", "UIAssets", "CtrlName", "PreviewType" }, null, null, null, null)
|
|
}));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Messages
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
public sealed partial class PeriodicQuestControl : pb::IMessage<PeriodicQuestControl>
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
, pb::IBufferMessage
|
|
#endif
|
|
{
|
|
private static readonly pb::MessageParser<PeriodicQuestControl> _parser = new pb::MessageParser<PeriodicQuestControl>(() => new PeriodicQuestControl());
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public static pb::MessageParser<PeriodicQuestControl> 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.PeriodicQuestControlReflection.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 PeriodicQuestControl() {
|
|
OnConstruction();
|
|
}
|
|
|
|
partial void OnConstruction();
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PeriodicQuestControl(PeriodicQuestControl other) : this() {
|
|
id_ = other.id_;
|
|
finalReward1_ = other.finalReward1_;
|
|
finalRewardQty1_ = other.finalRewardQty1_;
|
|
finalReward2_ = other.finalReward2_;
|
|
finalRewardQty2_ = other.finalRewardQty2_;
|
|
finalReward3_ = other.finalReward3_;
|
|
finalRewardQty3_ = other.finalRewardQty3_;
|
|
desText_ = other.desText_;
|
|
uIAssets_ = other.uIAssets_;
|
|
ctrlName_ = other.ctrlName_;
|
|
previewType_ = other.previewType_;
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public PeriodicQuestControl Clone() {
|
|
return new PeriodicQuestControl(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 "final_reward1" field.</summary>
|
|
public const int FinalReward1FieldNumber = 2;
|
|
private int finalReward1_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int FinalReward1 {
|
|
get { return finalReward1_; }
|
|
set {
|
|
finalReward1_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "final_reward_qty1" field.</summary>
|
|
public const int FinalRewardQty1FieldNumber = 3;
|
|
private int finalRewardQty1_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int FinalRewardQty1 {
|
|
get { return finalRewardQty1_; }
|
|
set {
|
|
finalRewardQty1_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "final_reward2" field.</summary>
|
|
public const int FinalReward2FieldNumber = 4;
|
|
private int finalReward2_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int FinalReward2 {
|
|
get { return finalReward2_; }
|
|
set {
|
|
finalReward2_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "final_reward_qty2" field.</summary>
|
|
public const int FinalRewardQty2FieldNumber = 5;
|
|
private int finalRewardQty2_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int FinalRewardQty2 {
|
|
get { return finalRewardQty2_; }
|
|
set {
|
|
finalRewardQty2_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "final_reward3" field.</summary>
|
|
public const int FinalReward3FieldNumber = 6;
|
|
private int finalReward3_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int FinalReward3 {
|
|
get { return finalReward3_; }
|
|
set {
|
|
finalReward3_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "final_reward_qty3" field.</summary>
|
|
public const int FinalRewardQty3FieldNumber = 7;
|
|
private int finalRewardQty3_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int FinalRewardQty3 {
|
|
get { return finalRewardQty3_; }
|
|
set {
|
|
finalRewardQty3_ = value;
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "des_text" field.</summary>
|
|
public const int DesTextFieldNumber = 8;
|
|
private string desText_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string DesText {
|
|
get { return desText_; }
|
|
set {
|
|
desText_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "u_i_assets" field.</summary>
|
|
public const int UIAssetsFieldNumber = 9;
|
|
private string uIAssets_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string UIAssets {
|
|
get { return uIAssets_; }
|
|
set {
|
|
uIAssets_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "ctrl_name" field.</summary>
|
|
public const int CtrlNameFieldNumber = 10;
|
|
private string ctrlName_ = "";
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public string CtrlName {
|
|
get { return ctrlName_; }
|
|
set {
|
|
ctrlName_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
}
|
|
}
|
|
|
|
/// <summary>Field number for the "preview_type" field.</summary>
|
|
public const int PreviewTypeFieldNumber = 11;
|
|
private int previewType_;
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public int PreviewType {
|
|
get { return previewType_; }
|
|
set {
|
|
previewType_ = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public override bool Equals(object other) {
|
|
return Equals(other as PeriodicQuestControl);
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public bool Equals(PeriodicQuestControl other) {
|
|
if (ReferenceEquals(other, null)) {
|
|
return false;
|
|
}
|
|
if (ReferenceEquals(other, this)) {
|
|
return true;
|
|
}
|
|
if (Id != other.Id) return false;
|
|
if (FinalReward1 != other.FinalReward1) return false;
|
|
if (FinalRewardQty1 != other.FinalRewardQty1) return false;
|
|
if (FinalReward2 != other.FinalReward2) return false;
|
|
if (FinalRewardQty2 != other.FinalRewardQty2) return false;
|
|
if (FinalReward3 != other.FinalReward3) return false;
|
|
if (FinalRewardQty3 != other.FinalRewardQty3) return false;
|
|
if (DesText != other.DesText) return false;
|
|
if (UIAssets != other.UIAssets) return false;
|
|
if (CtrlName != other.CtrlName) return false;
|
|
if (PreviewType != other.PreviewType) 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 (FinalReward1 != 0) hash ^= FinalReward1.GetHashCode();
|
|
if (FinalRewardQty1 != 0) hash ^= FinalRewardQty1.GetHashCode();
|
|
if (FinalReward2 != 0) hash ^= FinalReward2.GetHashCode();
|
|
if (FinalRewardQty2 != 0) hash ^= FinalRewardQty2.GetHashCode();
|
|
if (FinalReward3 != 0) hash ^= FinalReward3.GetHashCode();
|
|
if (FinalRewardQty3 != 0) hash ^= FinalRewardQty3.GetHashCode();
|
|
if (DesText.Length != 0) hash ^= DesText.GetHashCode();
|
|
if (UIAssets.Length != 0) hash ^= UIAssets.GetHashCode();
|
|
if (CtrlName.Length != 0) hash ^= CtrlName.GetHashCode();
|
|
if (PreviewType != 0) hash ^= PreviewType.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 (FinalReward1 != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt32(FinalReward1);
|
|
}
|
|
if (FinalRewardQty1 != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt32(FinalRewardQty1);
|
|
}
|
|
if (FinalReward2 != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt32(FinalReward2);
|
|
}
|
|
if (FinalRewardQty2 != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteInt32(FinalRewardQty2);
|
|
}
|
|
if (FinalReward3 != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteInt32(FinalReward3);
|
|
}
|
|
if (FinalRewardQty3 != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteInt32(FinalRewardQty3);
|
|
}
|
|
if (DesText.Length != 0) {
|
|
output.WriteRawTag(66);
|
|
output.WriteString(DesText);
|
|
}
|
|
if (UIAssets.Length != 0) {
|
|
output.WriteRawTag(74);
|
|
output.WriteString(UIAssets);
|
|
}
|
|
if (CtrlName.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(CtrlName);
|
|
}
|
|
if (PreviewType != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt32(PreviewType);
|
|
}
|
|
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 (FinalReward1 != 0) {
|
|
output.WriteRawTag(16);
|
|
output.WriteInt32(FinalReward1);
|
|
}
|
|
if (FinalRewardQty1 != 0) {
|
|
output.WriteRawTag(24);
|
|
output.WriteInt32(FinalRewardQty1);
|
|
}
|
|
if (FinalReward2 != 0) {
|
|
output.WriteRawTag(32);
|
|
output.WriteInt32(FinalReward2);
|
|
}
|
|
if (FinalRewardQty2 != 0) {
|
|
output.WriteRawTag(40);
|
|
output.WriteInt32(FinalRewardQty2);
|
|
}
|
|
if (FinalReward3 != 0) {
|
|
output.WriteRawTag(48);
|
|
output.WriteInt32(FinalReward3);
|
|
}
|
|
if (FinalRewardQty3 != 0) {
|
|
output.WriteRawTag(56);
|
|
output.WriteInt32(FinalRewardQty3);
|
|
}
|
|
if (DesText.Length != 0) {
|
|
output.WriteRawTag(66);
|
|
output.WriteString(DesText);
|
|
}
|
|
if (UIAssets.Length != 0) {
|
|
output.WriteRawTag(74);
|
|
output.WriteString(UIAssets);
|
|
}
|
|
if (CtrlName.Length != 0) {
|
|
output.WriteRawTag(82);
|
|
output.WriteString(CtrlName);
|
|
}
|
|
if (PreviewType != 0) {
|
|
output.WriteRawTag(88);
|
|
output.WriteInt32(PreviewType);
|
|
}
|
|
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 (FinalReward1 != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinalReward1);
|
|
}
|
|
if (FinalRewardQty1 != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinalRewardQty1);
|
|
}
|
|
if (FinalReward2 != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinalReward2);
|
|
}
|
|
if (FinalRewardQty2 != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinalRewardQty2);
|
|
}
|
|
if (FinalReward3 != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinalReward3);
|
|
}
|
|
if (FinalRewardQty3 != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(FinalRewardQty3);
|
|
}
|
|
if (DesText.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(DesText);
|
|
}
|
|
if (UIAssets.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(UIAssets);
|
|
}
|
|
if (CtrlName.Length != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(CtrlName);
|
|
}
|
|
if (PreviewType != 0) {
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(PreviewType);
|
|
}
|
|
if (_unknownFields != null) {
|
|
size += _unknownFields.CalculateSize();
|
|
}
|
|
return size;
|
|
}
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
public void MergeFrom(PeriodicQuestControl other) {
|
|
if (other == null) {
|
|
return;
|
|
}
|
|
if (other.Id != 0) {
|
|
Id = other.Id;
|
|
}
|
|
if (other.FinalReward1 != 0) {
|
|
FinalReward1 = other.FinalReward1;
|
|
}
|
|
if (other.FinalRewardQty1 != 0) {
|
|
FinalRewardQty1 = other.FinalRewardQty1;
|
|
}
|
|
if (other.FinalReward2 != 0) {
|
|
FinalReward2 = other.FinalReward2;
|
|
}
|
|
if (other.FinalRewardQty2 != 0) {
|
|
FinalRewardQty2 = other.FinalRewardQty2;
|
|
}
|
|
if (other.FinalReward3 != 0) {
|
|
FinalReward3 = other.FinalReward3;
|
|
}
|
|
if (other.FinalRewardQty3 != 0) {
|
|
FinalRewardQty3 = other.FinalRewardQty3;
|
|
}
|
|
if (other.DesText.Length != 0) {
|
|
DesText = other.DesText;
|
|
}
|
|
if (other.UIAssets.Length != 0) {
|
|
UIAssets = other.UIAssets;
|
|
}
|
|
if (other.CtrlName.Length != 0) {
|
|
CtrlName = other.CtrlName;
|
|
}
|
|
if (other.PreviewType != 0) {
|
|
PreviewType = other.PreviewType;
|
|
}
|
|
_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: {
|
|
FinalReward1 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
FinalRewardQty1 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
FinalReward2 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
FinalRewardQty2 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
FinalReward3 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
FinalRewardQty3 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
DesText = input.ReadString();
|
|
break;
|
|
}
|
|
case 74: {
|
|
UIAssets = input.ReadString();
|
|
break;
|
|
}
|
|
case 82: {
|
|
CtrlName = input.ReadString();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PreviewType = 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: {
|
|
FinalReward1 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 24: {
|
|
FinalRewardQty1 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 32: {
|
|
FinalReward2 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 40: {
|
|
FinalRewardQty2 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 48: {
|
|
FinalReward3 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 56: {
|
|
FinalRewardQty3 = input.ReadInt32();
|
|
break;
|
|
}
|
|
case 66: {
|
|
DesText = input.ReadString();
|
|
break;
|
|
}
|
|
case 74: {
|
|
UIAssets = input.ReadString();
|
|
break;
|
|
}
|
|
case 82: {
|
|
CtrlName = input.ReadString();
|
|
break;
|
|
}
|
|
case 88: {
|
|
PreviewType = input.ReadInt32();
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
#endif
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|