Files
OldThink/Content.Server/_Amour/StationEvents/Components/SpaceLawChangeRuleComponent.cs

8 lines
191 B
C#
Raw Permalink Normal View History

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