//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: MDJLOJFMEMC.proto
//
#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 {
/// Holder for reflection information generated from MDJLOJFMEMC.proto
public static partial class MDJLOJFMEMCReflection {
#region Descriptor
/// File descriptor for MDJLOJFMEMC.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static MDJLOJFMEMCReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChFNREpMT0pGTUVNQy5wcm90bxoOSXRlbUxpc3QucHJvdG8ioAEKC01ESkxP",
"SkZNRU1DEhIKCmNoYXB0ZXJfaWQYASABKA0SEwoLS0ZEQUlDSUxOTUIYAiAB",
"KAgSEQoJc2NyaXB0X2lkGAcgASgNEhMKC0VFRUhHSEtPQ0pJGAMgASgIEhkK",
"BnJld2FyZBgIIAEoCzIJLkl0ZW1MaXN0EhMKC0FJR0VISE5IS1BNGAQgASgN",
"EhAKCHByb2dyZXNzGAsgASgNQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
"UHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { global::EggLink.DanhengServer.Proto.ItemListReflection.Descriptor, },
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
new pbr::GeneratedClrTypeInfo(typeof(global::EggLink.DanhengServer.Proto.MDJLOJFMEMC), global::EggLink.DanhengServer.Proto.MDJLOJFMEMC.Parser, new[]{ "ChapterId", "KFDAICILNMB", "ScriptId", "EEEHGHKOCJI", "Reward", "AIGEHHNHKPM", "Progress" }, null, null, null, null)
}));
}
#endregion
}
#region Messages
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
public sealed partial class MDJLOJFMEMC : pb::IMessage
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
, pb::IBufferMessage
#endif
{
private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new MDJLOJFMEMC());
private pb::UnknownFieldSet _unknownFields;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public static pb::MessageParser 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.MDJLOJFMEMCReflection.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 MDJLOJFMEMC() {
OnConstruction();
}
partial void OnConstruction();
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MDJLOJFMEMC(MDJLOJFMEMC other) : this() {
chapterId_ = other.chapterId_;
kFDAICILNMB_ = other.kFDAICILNMB_;
scriptId_ = other.scriptId_;
eEEHGHKOCJI_ = other.eEEHGHKOCJI_;
reward_ = other.reward_ != null ? other.reward_.Clone() : null;
aIGEHHNHKPM_ = other.aIGEHHNHKPM_;
progress_ = other.progress_;
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public MDJLOJFMEMC Clone() {
return new MDJLOJFMEMC(this);
}
/// Field number for the "chapter_id" field.
public const int ChapterIdFieldNumber = 1;
private uint chapterId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ChapterId {
get { return chapterId_; }
set {
chapterId_ = value;
}
}
/// Field number for the "KFDAICILNMB" field.
public const int KFDAICILNMBFieldNumber = 2;
private bool kFDAICILNMB_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool KFDAICILNMB {
get { return kFDAICILNMB_; }
set {
kFDAICILNMB_ = value;
}
}
/// Field number for the "script_id" field.
public const int ScriptIdFieldNumber = 7;
private uint scriptId_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint ScriptId {
get { return scriptId_; }
set {
scriptId_ = value;
}
}
/// Field number for the "EEEHGHKOCJI" field.
public const int EEEHGHKOCJIFieldNumber = 3;
private bool eEEHGHKOCJI_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool EEEHGHKOCJI {
get { return eEEHGHKOCJI_; }
set {
eEEHGHKOCJI_ = value;
}
}
/// Field number for the "reward" field.
public const int RewardFieldNumber = 8;
private global::EggLink.DanhengServer.Proto.ItemList reward_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public global::EggLink.DanhengServer.Proto.ItemList Reward {
get { return reward_; }
set {
reward_ = value;
}
}
/// Field number for the "AIGEHHNHKPM" field.
public const int AIGEHHNHKPMFieldNumber = 4;
private uint aIGEHHNHKPM_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint AIGEHHNHKPM {
get { return aIGEHHNHKPM_; }
set {
aIGEHHNHKPM_ = value;
}
}
/// Field number for the "progress" field.
public const int ProgressFieldNumber = 11;
private uint progress_;
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public uint Progress {
get { return progress_; }
set {
progress_ = value;
}
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public override bool Equals(object other) {
return Equals(other as MDJLOJFMEMC);
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public bool Equals(MDJLOJFMEMC other) {
if (ReferenceEquals(other, null)) {
return false;
}
if (ReferenceEquals(other, this)) {
return true;
}
if (ChapterId != other.ChapterId) return false;
if (KFDAICILNMB != other.KFDAICILNMB) return false;
if (ScriptId != other.ScriptId) return false;
if (EEEHGHKOCJI != other.EEEHGHKOCJI) return false;
if (!object.Equals(Reward, other.Reward)) return false;
if (AIGEHHNHKPM != other.AIGEHHNHKPM) return false;
if (Progress != other.Progress) 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 (ChapterId != 0) hash ^= ChapterId.GetHashCode();
if (KFDAICILNMB != false) hash ^= KFDAICILNMB.GetHashCode();
if (ScriptId != 0) hash ^= ScriptId.GetHashCode();
if (EEEHGHKOCJI != false) hash ^= EEEHGHKOCJI.GetHashCode();
if (reward_ != null) hash ^= Reward.GetHashCode();
if (AIGEHHNHKPM != 0) hash ^= AIGEHHNHKPM.GetHashCode();
if (Progress != 0) hash ^= Progress.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 (ChapterId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ChapterId);
}
if (KFDAICILNMB != false) {
output.WriteRawTag(16);
output.WriteBool(KFDAICILNMB);
}
if (EEEHGHKOCJI != false) {
output.WriteRawTag(24);
output.WriteBool(EEEHGHKOCJI);
}
if (AIGEHHNHKPM != 0) {
output.WriteRawTag(32);
output.WriteUInt32(AIGEHHNHKPM);
}
if (ScriptId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ScriptId);
}
if (reward_ != null) {
output.WriteRawTag(66);
output.WriteMessage(Reward);
}
if (Progress != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Progress);
}
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 (ChapterId != 0) {
output.WriteRawTag(8);
output.WriteUInt32(ChapterId);
}
if (KFDAICILNMB != false) {
output.WriteRawTag(16);
output.WriteBool(KFDAICILNMB);
}
if (EEEHGHKOCJI != false) {
output.WriteRawTag(24);
output.WriteBool(EEEHGHKOCJI);
}
if (AIGEHHNHKPM != 0) {
output.WriteRawTag(32);
output.WriteUInt32(AIGEHHNHKPM);
}
if (ScriptId != 0) {
output.WriteRawTag(56);
output.WriteUInt32(ScriptId);
}
if (reward_ != null) {
output.WriteRawTag(66);
output.WriteMessage(Reward);
}
if (Progress != 0) {
output.WriteRawTag(88);
output.WriteUInt32(Progress);
}
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 (ChapterId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ChapterId);
}
if (KFDAICILNMB != false) {
size += 1 + 1;
}
if (ScriptId != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(ScriptId);
}
if (EEEHGHKOCJI != false) {
size += 1 + 1;
}
if (reward_ != null) {
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Reward);
}
if (AIGEHHNHKPM != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(AIGEHHNHKPM);
}
if (Progress != 0) {
size += 1 + pb::CodedOutputStream.ComputeUInt32Size(Progress);
}
if (_unknownFields != null) {
size += _unknownFields.CalculateSize();
}
return size;
}
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
public void MergeFrom(MDJLOJFMEMC other) {
if (other == null) {
return;
}
if (other.ChapterId != 0) {
ChapterId = other.ChapterId;
}
if (other.KFDAICILNMB != false) {
KFDAICILNMB = other.KFDAICILNMB;
}
if (other.ScriptId != 0) {
ScriptId = other.ScriptId;
}
if (other.EEEHGHKOCJI != false) {
EEEHGHKOCJI = other.EEEHGHKOCJI;
}
if (other.reward_ != null) {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
Reward.MergeFrom(other.Reward);
}
if (other.AIGEHHNHKPM != 0) {
AIGEHHNHKPM = other.AIGEHHNHKPM;
}
if (other.Progress != 0) {
Progress = other.Progress;
}
_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 8: {
ChapterId = input.ReadUInt32();
break;
}
case 16: {
KFDAICILNMB = input.ReadBool();
break;
}
case 24: {
EEEHGHKOCJI = input.ReadBool();
break;
}
case 32: {
AIGEHHNHKPM = input.ReadUInt32();
break;
}
case 56: {
ScriptId = input.ReadUInt32();
break;
}
case 66: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(Reward);
break;
}
case 88: {
Progress = 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 8: {
ChapterId = input.ReadUInt32();
break;
}
case 16: {
KFDAICILNMB = input.ReadBool();
break;
}
case 24: {
EEEHGHKOCJI = input.ReadBool();
break;
}
case 32: {
AIGEHHNHKPM = input.ReadUInt32();
break;
}
case 56: {
ScriptId = input.ReadUInt32();
break;
}
case 66: {
if (reward_ == null) {
Reward = new global::EggLink.DanhengServer.Proto.ItemList();
}
input.ReadMessage(Reward);
break;
}
case 88: {
Progress = input.ReadUInt32();
break;
}
}
}
}
#endif
}
#endregion
}
#endregion Designer generated code