6
StarHorizon_Public/Content.Server/GameTicking/Rules/Components/StationVariationPassRuleComponent.cs
2025-08-05 10:00:54 +03:00

10 lines
289 B
C#

namespace Content.Server.GameTicking.Rules.Components;
/// <summary>
/// This is a marker component placed on rule entities which are a single "pass" of station variation.
/// </summary>
[RegisterComponent]
public sealed partial class StationVariationPassRuleComponent : Component
{
}