Files
OldThink/Content.Server/_Amour/StationEvents/Components/SpaceLawChangeRuleComponent.cs
2024-07-11 14:39:34 +03:00

8 lines
191 B
C#

namespace Content.Server._Amour.StationEvents.Components;
[RegisterComponent, Access(typeof(SpaceLawChangeRule))]
public sealed partial class SpaceLawChangeRuleComponent : Component
{
}