Files
crystall-punk-14/Content.Server/GameTicking/Rules/Components/SandboxRuleComponent.cs

8 lines
180 B
C#
Raw Permalink Normal View History

2023-04-25 20:23:14 -04:00
namespace Content.Server.GameTicking.Rules.Components;
[RegisterComponent, Access(typeof(SandboxRuleSystem))]
public sealed partial class SandboxRuleComponent : Component
2023-04-25 20:23:14 -04:00
{
}