mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-03 04:36:03 +08:00
65 lines
3.1 KiB
C#
65 lines
3.1 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: MatchThreeStatisticsType.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 MatchThreeStatisticsType.proto</summary>
|
|
public static partial class MatchThreeStatisticsTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for MatchThreeStatisticsType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static MatchThreeStatisticsTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"Ch5NYXRjaFRocmVlU3RhdGlzdGljc1R5cGUucHJvdG8q/wIKGE1hdGNoVGhy",
|
|
"ZWVTdGF0aXN0aWNzVHlwZRIdChlNYXRjaFRocmVlU3RhdGlzdGljc19Ob25l",
|
|
"EAASHgoaTWF0Y2hUaHJlZVN0YXRpc3RpY3NfRmlyc3QQARIfChtNYXRjaFRo",
|
|
"cmVlU3RhdGlzdGljc19TZWNvbmQQAhIeChpNYXRjaFRocmVlU3RhdGlzdGlj",
|
|
"c19UaGlyZBADEh4KGk1hdGNoVGhyZWVTdGF0aXN0aWNzX0ZydWl0EAQSHgoa",
|
|
"TWF0Y2hUaHJlZVN0YXRpc3RpY3NfU2tpbGwQBRIfChtNYXRjaFRocmVlU3Rh",
|
|
"dGlzdGljc19EZWZlYXQQBhIdChlNYXRjaFRocmVlU3RhdGlzdGljc19Cb21i",
|
|
"EAcSHwobTWF0Y2hUaHJlZVN0YXRpc3RpY3NfRGFtYWdlEAgSHwobTWF0Y2hU",
|
|
"aHJlZVN0YXRpc3RpY3NfRW5lcmd5EAkSIQodTWF0Y2hUaHJlZVN0YXRpc3Rp",
|
|
"Y3NfU3dhcEJvbWIQCkIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3Rv",
|
|
"YgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.MatchThreeStatisticsType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum MatchThreeStatisticsType {
|
|
[pbr::OriginalName("MatchThreeStatistics_None")] MatchThreeStatisticsNone = 0,
|
|
[pbr::OriginalName("MatchThreeStatistics_First")] MatchThreeStatisticsFirst = 1,
|
|
[pbr::OriginalName("MatchThreeStatistics_Second")] MatchThreeStatisticsSecond = 2,
|
|
[pbr::OriginalName("MatchThreeStatistics_Third")] MatchThreeStatisticsThird = 3,
|
|
[pbr::OriginalName("MatchThreeStatistics_Fruit")] MatchThreeStatisticsFruit = 4,
|
|
[pbr::OriginalName("MatchThreeStatistics_Skill")] MatchThreeStatisticsSkill = 5,
|
|
[pbr::OriginalName("MatchThreeStatistics_Defeat")] MatchThreeStatisticsDefeat = 6,
|
|
[pbr::OriginalName("MatchThreeStatistics_Bomb")] MatchThreeStatisticsBomb = 7,
|
|
[pbr::OriginalName("MatchThreeStatistics_Damage")] MatchThreeStatisticsDamage = 8,
|
|
[pbr::OriginalName("MatchThreeStatistics_Energy")] MatchThreeStatisticsEnergy = 9,
|
|
[pbr::OriginalName("MatchThreeStatistics_SwapBomb")] MatchThreeStatisticsSwapBomb = 10,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|