Files
tbd-station-14/Content.Shared/GameObjects/Components/NetIDs.cs
2017-09-26 21:58:45 +02:00

8 lines
131 B
C#

namespace Content.Shared.GameObjects
{
public static class ContentNetIDs
{
public const uint HANDS = 1000;
}
}