6
2025-11-03 10:15:18 +03: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
{
}