Make NetID use 1000+ range

This commit is contained in:
PJB3005
2017-09-26 21:58:45 +02:00
parent a2399f8842
commit d345316db8

View File

@@ -2,6 +2,6 @@ namespace Content.Shared.GameObjects
{
public static class ContentNetIDs
{
public const uint HANDS = 0;
public const uint HANDS = 1000;
}
}