Files
tbd-station-14/Content.Server/GameTicking/Rules/Components/DragonRuleComponent.cs
qwerltaz 7c99b5c10b 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
2024-09-09 13:22:41 -06:00

5 lines
137 B
C#

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