mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
52 lines
2.0 KiB
C#
52 lines
2.0 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MovieRacingType.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 EggLink.DanhengServer.Proto {
|
|
|
|
/// <summary>Holder for reflection information generated from MovieRacingType.proto</summary>
|
|
public static partial class MovieRacingTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MovieRacingType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MovieRacingTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"ChVNb3ZpZVJhY2luZ1R5cGUucHJvdG8qjwEKD01vdmllUmFjaW5nVHlwZRIa",
|
|
"ChZNT1ZJRV9SQUNJTkdfT1ZFUl9UQUtFEAASIgoeTU9WSUVfUkFDSU5HX09W",
|
|
"RVJfVEFLRV9FTkRMRVNTEAESGQoVTU9WSUVfUkFDSU5HX1NIT09USU5HEAIS",
|
|
"IQodTU9WSUVfUkFDSU5HX1NIT09USU5HX0VORExFU1MQA0IeqgIbRWdnTGlu",
|
|
"ay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MovieRacingType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum MovieRacingType {
|
|
[pbr::OriginalName("MOVIE_RACING_OVER_TAKE")] MovieRacingOverTake = 0,
|
|
[pbr::OriginalName("MOVIE_RACING_OVER_TAKE_ENDLESS")] MovieRacingOverTakeEndless = 1,
|
|
[pbr::OriginalName("MOVIE_RACING_SHOOTING")] MovieRacingShooting = 2,
|
|
[pbr::OriginalName("MOVIE_RACING_SHOOTING_ENDLESS")] MovieRacingShootingEndless = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|