mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 20:26:03 +08:00
54 lines
2.2 KiB
C#
54 lines
2.2 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: GameplayCounterUpdateReason.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 GameplayCounterUpdateReason.proto</summary>
|
|
public static partial class GameplayCounterUpdateReasonReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for GameplayCounterUpdateReason.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static GameplayCounterUpdateReasonReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiFHYW1lcGxheUNvdW50ZXJVcGRhdGVSZWFzb24ucHJvdG8qzQEKG0dhbWVw",
|
|
"bGF5Q291bnRlclVwZGF0ZVJlYXNvbhInCiNHQU1FUExBWV9DT1VOVEVSX1VQ",
|
|
"REFURV9SRUFTT05fTk9ORRAAEisKJ0dBTUVQTEFZX0NPVU5URVJfVVBEQVRF",
|
|
"X1JFQVNPTl9BQ1RJVkFURRABEi0KKUdBTUVQTEFZX0NPVU5URVJfVVBEQVRF",
|
|
"X1JFQVNPTl9ERUFDVElWQVRFEAISKQolR0FNRVBMQVlfQ09VTlRFUl9VUERB",
|
|
"VEVfUkVBU09OX0NIQU5HRRADQh6qAhtFZ2dMaW5rLkRhbmhlbmdTZXJ2ZXIu",
|
|
"UHJvdG9iBnByb3RvMw=="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.GameplayCounterUpdateReason), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum GameplayCounterUpdateReason {
|
|
[pbr::OriginalName("GAMEPLAY_COUNTER_UPDATE_REASON_NONE")] None = 0,
|
|
[pbr::OriginalName("GAMEPLAY_COUNTER_UPDATE_REASON_ACTIVATE")] Activate = 1,
|
|
[pbr::OriginalName("GAMEPLAY_COUNTER_UPDATE_REASON_DEACTIVATE")] Deactivate = 2,
|
|
[pbr::OriginalName("GAMEPLAY_COUNTER_UPDATE_REASON_CHANGE")] Change = 3,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|