mirror of
https://github.com/EggLinks/DanhengServer-OpenSource.git
synced 2026-01-02 12:16:03 +08:00
53 lines
2.1 KiB
C#
53 lines
2.1 KiB
C#
// <auto-generated>
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
// source: TrainPartyMtSkillBriefType.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 TrainPartyMtSkillBriefType.proto</summary>
|
|
public static partial class TrainPartyMtSkillBriefTypeReflection {
|
|
|
|
#region Descriptor
|
|
/// <summary>File descriptor for TrainPartyMtSkillBriefType.proto</summary>
|
|
public static pbr::FileDescriptor Descriptor {
|
|
get { return descriptor; }
|
|
}
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
static TrainPartyMtSkillBriefTypeReflection() {
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
string.Concat(
|
|
"CiBUcmFpblBhcnR5TXRTa2lsbEJyaWVmVHlwZS5wcm90byqTAQoaVHJhaW5Q",
|
|
"YXJ0eU10U2tpbGxCcmllZlR5cGUSEAoMa010U2tpbGxOb25lEAASFgoSa010",
|
|
"U2tpbGxNb2RpZnlCYXNlEAESFwoTa010U2tpbGxNb2RpZnlSYXRpbxACEhkK",
|
|
"FWtNdFNraWxsTXVsdGlwbHlSYXRpbxADEhcKE2tNdFNraWxsU2VsZkRlc3Ry",
|
|
"b3kQBEIeqgIbRWdnTGluay5EYW5oZW5nU2VydmVyLlByb3RvYgZwcm90bzM="));
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
new pbr::FileDescriptor[] { },
|
|
new pbr::GeneratedClrTypeInfo(new[] {typeof(global::EggLink.DanhengServer.Proto.TrainPartyMtSkillBriefType), }, null, null));
|
|
}
|
|
#endregion
|
|
|
|
}
|
|
#region Enums
|
|
public enum TrainPartyMtSkillBriefType {
|
|
[pbr::OriginalName("kMtSkillNone")] KMtSkillNone = 0,
|
|
[pbr::OriginalName("kMtSkillModifyBase")] KMtSkillModifyBase = 1,
|
|
[pbr::OriginalName("kMtSkillModifyRatio")] KMtSkillModifyRatio = 2,
|
|
[pbr::OriginalName("kMtSkillMultiplyRatio")] KMtSkillMultiplyRatio = 3,
|
|
[pbr::OriginalName("kMtSkillSelfDestroy")] KMtSkillSelfDestroy = 4,
|
|
}
|
|
|
|
#endregion
|
|
|
|
}
|
|
|
|
#endregion Designer generated code
|