Fix war declarator (#30221)

This commit is contained in:
metalgearsloth
2024-07-21 17:17:59 +10:00
committed by GitHub
parent 170c070443
commit e77ebaf325

View File

@@ -23,6 +23,7 @@ public sealed partial class WarDeclaratorWindow : FancyWindow
public WarDeclaratorWindow()
{
RobustXamlLoader.Load(this);
IoCManager.InjectDependencies(this);
WarButton.OnPressed += (_) => OnActivated?.Invoke(Rope.Collapse(MessageEdit.TextRope));