6
StarHorizon_Public/Content.Shared/Power/Components/ItemSlotRequiresPowerComponent.cs
2025-08-05 10:00:54 +03:00

10 lines
193 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Power.Components;
[RegisterComponent, NetworkedComponent]
public sealed partial class ItemSlotRequiresPowerComponent : Component
{
}