10 lines
147 B
C#
10 lines
147 B
C#
namespace Content.Shared.GameObjects.Components.PDA
|
|
{
|
|
public enum UplinkCategory
|
|
{
|
|
Weapons,
|
|
Ammo,
|
|
Utility,
|
|
}
|
|
}
|