Table of Contents

Enum Branch

Namespace
Uncreated.Warfare.Kits
Assembly
Uncreated.Warfare.dll
[Translatable("Branch", Description = "Branch or section of the military the kit falls into.")]
[ExcludedEnum(Branch.Default)]
public enum Branch : byte

Fields

[Translatable("zh-cn", "空军")] [Translatable("Air Force")] Airforce = 3
[Translatable("zh-cn", "装甲")] Armor = 2
Default = 0
[Translatable("zh-cn", "步兵")] Infantry = 1
[Translatable("zh-cn", "海军")] Navy = 5
[Translatable("zh-cn", "特种部队")] [Translatable("Special Ops")] SpecOps = 4