Co-authored-by: FL-OZ <anotherscuffed@gmail.com> Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
9 lines
132 B
C#
9 lines
132 B
C#
namespace Content.Shared.GameObjects.Components.PDA
|
|
{
|
|
public enum UplinkCategory
|
|
{
|
|
Weapon,
|
|
Utility,
|
|
}
|
|
}
|