Clothing/item ECS & cleanup (#9706)
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using Content.Shared.Item;
|
||||
using Robust.Shared.GameObjects;
|
||||
using Robust.Shared.IoC;
|
||||
|
||||
namespace Content.Client.Items.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
[ComponentReference(typeof(SharedItemComponent))]
|
||||
[Virtual]
|
||||
public class ItemComponent : SharedItemComponent { }
|
||||
}
|
||||
Reference in New Issue
Block a user