Files
wwdpublic/Content.Shared/GameTicking/Components/ActiveGameRuleComponent.cs
2024-11-21 17:49:04 +07:00

9 lines
364 B
C#

namespace Content.Shared.GameTicking.Components;
/// <summary>
/// Added to game rules before <see cref="GameRuleStartedEvent"/> and removed before <see cref="GameRuleEndedEvent"/>.
/// Mutually exclusive with <seealso cref="EndedGameRuleComponent"/>.
/// </summary>
[RegisterComponent]
public sealed partial class ActiveGameRuleComponent : Component;