Files
crystall-punk-14/Content.Client/Items/Components/ItemStatusComponent.cs

10 lines
172 B
C#
Raw Normal View History

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 sealed class ItemStatusComponent : Component
2020-01-09 00:27:52 +01:00
{
}
}