2020-01-09 00:27:52 +01:00
|
|
|
using Robust.Shared.GameObjects;
|
|
|
|
|
|
2021-06-09 22:19:39 +02:00
|
|
|
namespace Content.Client.Items.Components
|
2020-01-09 00:27:52 +01:00
|
|
|
{
|
|
|
|
|
[RegisterComponent]
|
|
|
|
|
public class ItemStatusComponent : Component
|
|
|
|
|
{
|
|
|
|
|
public override string Name => "ItemStatus";
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|