Enum KitType
[Translatable("Kit Type", Description = "Determines kit request behavior.")]
public enum KitType : byte
Fields
[Translatable("Elite", Description = "Pre-made kits bought with real money.")] [Translatable("zh-cn", "精英")] Elite = 1[Translatable("Loadout", Description = "Custom kits bought with real money.")] [Translatable("zh-cn", "套装")] Loadout = 3[Translatable("Public", Description = "Free kits or kits bought with in-game credits.")] [Translatable("zh-cn", "公用")] Public = 0[Translatable("Special", Description = "Exclusive kits won through events or other means.")] [Translatable("zh-cn", "特别")] Special = 2[Translatable("Template", Description = "Kits meant to act as templates for creating other kits.")] Template = 4