Re-organize all projects (#4166)
This commit is contained in:
9
Content.Shared/Hands/Components/ISharedHandsComponent.cs
Normal file
9
Content.Shared/Hands/Components/ISharedHandsComponent.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
#nullable enable
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Shared.Hands.Components
|
||||
{
|
||||
public interface ISharedHandsComponent : IComponent
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user