Simple network replication for hands, untested.
This commit is contained in:
7
Content.Shared/GameObjects/Components/NetIDs.cs
Normal file
7
Content.Shared/GameObjects/Components/NetIDs.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Content.Shared.GameObjects
|
||||
{
|
||||
public static class ContentNetIDs
|
||||
{
|
||||
public const uint HANDS = 0;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user