Files
DanhengServer-OpenSource/Proto/FightGameMode.cs
2025-04-15 16:44:46 +08:00

50 lines
1.7 KiB
C#

// <auto-generated>
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: FightGameMode.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 FightGameMode.proto</summary>
public static partial class FightGameModeReflection {
#region Descriptor
/// <summary>File descriptor for FightGameMode.proto</summary>
public static pbr::FileDescriptor Descriptor {
get { return descriptor; }
}
private static pbr::FileDescriptor descriptor;
static FightGameModeReflection() {
byte[] descriptorData = global::System.Convert.FromBase64String(
string.Concat(
"ChNGaWdodEdhbWVNb2RlLnByb3RvKmEKDUZpZ2h0R2FtZU1vZGUSGAoURklH",
"SFRfR0FNRV9NT0RFX05PTkUQABIaChZGSUdIVF9HQU1FX01PREVfTUFUQ0gz",
"EAESGgoWRklHSFRfR0FNRV9NT0RFX01BUkJMRRACQh6qAhtFZ2dMaW5rLkRh",
"bmhlbmdTZXJ2ZXIuUHJvdG9iBnByb3RvMw=="));
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
new pbr::FileDescriptor[] { },
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.FightGameMode), }, null, null));
}
#endregion
}
#region Enums
public enum FightGameMode {
[pbr::OriginalName("FIGHT_GAME_MODE_NONE")] None = 0,
[pbr::OriginalName("FIGHT_GAME_MODE_MATCH3")] Match3 = 1,
[pbr::OriginalName("FIGHT_GAME_MODE_MARBLE")] Marble = 2,
}
#endregion
}
#endregion Designer generated code