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]
|
2022-02-16 00:23:23 -07:00
|
|
|
public sealed class ItemStatusComponent : Component
|
2020-01-09 00:27:52 +01:00
|
|
|
{
|
|
|
|
|
}
|
|
|
|
|
}
|