Files
tbd-station-14/Content.Shared/PDA/UplinkCategory.cs
2021-07-16 17:37:09 -07:00

17 lines
225 B
C#

namespace Content.Shared.PDA
{
public enum UplinkCategory
{
Weapons,
Ammo,
Explosives,
Misc,
Bundles,
Tools,
Utility,
Armor,
Pointless,
}
}