//
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: TutorialStatus.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 TutorialStatus.proto
public static partial class TutorialStatusReflection {
#region Descriptor
/// File descriptor for TutorialStatus.proto
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static TutorialStatusReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChRUdXRvcmlhbFN0YXR1cy5wcm90bypNCg5UdXRvcmlhbFN0YXR1cxIRCg1U",
"VVRPUklBTF9OT05FEAASEwoPVFVUT1JJQUxfVU5MT0NLEAESEwoPVFVUT1JJ",
"QUxfRklOSVNIEAJCHqoCG0VnZ0xpbmsuRGFuaGVuZ1NlcnZlci5Qcm90b2IG",
"cHJvdG8z"));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.TutorialStatus), }, null, null));
}
#endregion
}
#region Enums
public enum TutorialStatus {
[pbr::OriginalName("TUTORIAL_NONE")] TutorialNone = 0,
[pbr::OriginalName("TUTORIAL_UNLOCK")] TutorialUnlock = 1,
[pbr::OriginalName("TUTORIAL_FINISH")] TutorialFinish = 2,
}
#endregion
}
#endregion Designer generated code