Files
wwdpublic/Content.Server/GameTicking/Rules/Components/SurvivorRuleComponent.cs
keronshb 55244bc407 Fix/Addition - Wizard Survivor Antag Status (#35226)
(cherry picked from commit 3192914fc532d492b6c6e396662227c0171d2c9a)
2025-09-20 20:34:26 +03:00

9 lines
397 B
C#

namespace Content.Server.GameTicking.Rules.Components;
/// <summary>
/// Component for the SurvivorRuleSystem. Game rule that turns everyone into a survivor and gives them the objective to escape centcom alive.
/// Started by Wizard Summon Guns/Magic spells.
/// </summary>
[RegisterComponent, Access(typeof(SurvivorRuleSystem))]
public sealed partial class SurvivorRuleComponent : Component;