2020-05-28 06:22:47 -05:00
|
|
|
namespace Content.Shared.GameObjects.Components.PDA
|
|
|
|
|
{
|
|
|
|
|
public enum UplinkCategory
|
|
|
|
|
{
|
2020-06-05 11:44:25 -05:00
|
|
|
Weapons,
|
|
|
|
|
Ammo,
|
2020-12-19 23:16:50 +00:00
|
|
|
Explosives,
|
|
|
|
|
Misc,
|
|
|
|
|
Bundles,
|
|
|
|
|
Tools,
|
2020-05-28 06:22:47 -05:00
|
|
|
Utility,
|
2020-12-19 23:16:50 +00:00
|
|
|
Armor,
|
|
|
|
|
Pointless,
|
2020-05-28 06:22:47 -05:00
|
|
|
}
|
|
|
|
|
}
|