- 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
- {
- }
|