mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-19 06:28:40 +03:00
* 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>
5 lines
137 B
C#
5 lines
137 B
C#
namespace Content.Server.GameTicking.Rules.Components;
|
|
|
|
[RegisterComponent]
|
|
public sealed partial class DragonRuleComponent : Component;
|