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

8 lines
128 B
C#

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