Enum Branch
[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 = 2Default = 0[Translatable("zh-cn", "步兵")] Infantry = 1[Translatable("zh-cn", "特种部队")] [Translatable("Special Ops")] SpecOps = 4