add missing base calls to several BUIs (#35124)

This commit is contained in:
Milon
2025-02-13 07:41:30 +01:00
committed by GitHub
parent 25de99ec99
commit f6a1fd5de8
8 changed files with 16 additions and 0 deletions

View File

@@ -12,6 +12,8 @@ public sealed class PowerMonitoringConsoleBoundUserInterface : BoundUserInterfac
protected override void Open()
{
base.Open();
_menu = this.CreateWindow<PowerMonitoringWindow>();
_menu.SetEntity(Owner);
_menu.SendPowerMonitoringConsoleMessageAction += SendPowerMonitoringConsoleMessage;