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