Files
tbd-station-14/Content.Server/GameTicking/Rules/Components/SandboxRuleComponent.cs
2023-04-24 15:20:51 +10:00

8 lines
172 B
C#

namespace Content.Server.GameTicking.Rules.Components;
[RegisterComponent, Access(typeof(SandboxRuleSystem))]
public sealed class SandboxRuleComponent : Component
{
}