* Adds syndicate toolbox * Ancient jumpsuit * Disk, Extra-bright lantern, syn med/ammo duffels etc. * Disk sprite fixed * Final * Addressed reviews * Update duffel.yml Co-authored-by: DrSmugleaf <DrSmugleaf@users.noreply.github.com>
16 lines
247 B
C#
16 lines
247 B
C#
namespace Content.Shared.GameObjects.Components.PDA
|
|
{
|
|
public enum UplinkCategory
|
|
{
|
|
Weapons,
|
|
Ammo,
|
|
Explosives,
|
|
Misc,
|
|
Bundles,
|
|
Tools,
|
|
Utility,
|
|
Armor,
|
|
Pointless,
|
|
}
|
|
}
|