Files
tbd-station-14/Content.Shared/GameObjects/Components/PDA/UplinkCategory.cs
2020-06-05 18:44:25 +02:00

10 lines
147 B
C#

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