Files
wwdpublic/Content.Server/GameTicking/Rules/Components/DragonRuleComponent.cs
qwerltaz 52e734124b fix dragon spawn location and round end summary (#31890)
* spawn dragon rule at station edge

* 2

* stuff

* fix round end summary not showing

* no invalid euid

(cherry picked from commit 7c99b5c10b1eb34afe6524b827b51203e7c2a31b)
Signed-off-by: Spatison <137375981+Spatison@users.noreply.github.com>
2025-07-20 15:10:35 +10:00

5 lines
137 B
C#

namespace Content.Server.GameTicking.Rules.Components;
[RegisterComponent]
public sealed partial class DragonRuleComponent : Component;