Re-organize all projects (#4166)
This commit is contained in:
12
Content.Client/Items/Components/ItemStatusComponent.cs
Normal file
12
Content.Client/Items/Components/ItemStatusComponent.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Robust.Shared.GameObjects;
|
||||
|
||||
namespace Content.Client.Items.Components
|
||||
{
|
||||
[RegisterComponent]
|
||||
public class ItemStatusComponent : Component
|
||||
{
|
||||
public override string Name => "ItemStatus";
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user