Files
tbd-station-14/Content.Shared/GameObjects/Components/Items/IItemComponent.cs
2020-07-08 18:29:13 +02:00

10 lines
165 B
C#

using Robust.Shared.Interfaces.GameObjects;
namespace Content.Shared.GameObjects.Components.Items
{
public interface IItemComponent : IComponent
{
}
}