Delta-v/Content.Shared/GameObjects/Components/Items/ISharedHandsComponent.cs

10 lines
180 B
C#

#nullable enable
using Robust.Shared.GameObjects;
namespace Content.Shared.GameObjects.Components.Items
{
public interface ISharedHandsComponent : IComponent
{
}
}