2024-06-04 11:53:24 +00:00
|
|
|
|
namespace Content.Shared.GameTicking.Components;
|
2023-09-28 07:48:59 -07:00
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
|
/// Added to game rules before <see cref="GameRuleStartedEvent"/> and removed before <see cref="GameRuleEndedEvent"/>.
|
|
|
|
|
|
/// Mutually exclusive with <seealso cref="EndedGameRuleComponent"/>.
|
|
|
|
|
|
/// </summary>
|
|
|
|
|
|
[RegisterComponent]
|
2024-06-04 11:53:24 +00:00
|
|
|
|
public sealed partial class ActiveGameRuleComponent : Component;
|