8 lines
191 B
C#
8 lines
191 B
C#
|
|
namespace Content.Server._Amour.StationEvents.Components;
|
|||
|
|
|
|||
|
|
[RegisterComponent, Access(typeof(SpaceLawChangeRule))]
|
|||
|
|
public sealed partial class SpaceLawChangeRuleComponent : Component
|
|||
|
|
{
|
|||
|
|
|
|||
|
|
}
|