fish-station/Content.Server/_Sunrise/Silicons/Laws/Components/BlockLawChangeComponent.cs
A-Mironov d43bb5caae
Фиксы боргов (#2844)
Co-authored-by: iertis <kanopus952@gmail.com>
2025-09-27 01:08:50 +03:00

12 lines
346 B
C#

using Robust.Shared.GameStates;
namespace Content.Server._Sunrise.Silicons.Laws.Components;
/// <summary>
/// Component that blocks law changes for an entity (e.g., borgs under Epsilon lawset).
/// </summary>
[RegisterComponent]
public sealed partial class BlockLawChangeComponent : Component
{
// Add fields if needed for tracking state
}