6
2026-01-13 18:31:02 +02:00

12 lines
276 B
C#

using Robust.Shared.GameStates;
namespace Content.Shared.Item.ItemToggle.Components;
/// <summary>
/// Handles whether the item is hot when toggled on.
/// </summary>
[RegisterComponent, NetworkedComponent]
public sealed partial class ItemToggleHotComponent : Component
{
}