Files
tbd-station-14/Content.Shared/GameObjects/Components/PDA/UplinkCategory.cs
FL-OZ 4c20a504a5 Add basic PDA/Syndicate Uplink. (#942)
Co-authored-by: FL-OZ <anotherscuffed@gmail.com>
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
2020-05-28 13:22:47 +02:00

9 lines
132 B
C#

namespace Content.Shared.GameObjects.Components.PDA
{
public enum UplinkCategory
{
Weapon,
Utility,
}
}