predict borg selection (#36430)

do the thing
This commit is contained in:
lunarcomets
2025-04-11 05:17:11 -07:00
committed by GitHub
parent 1540880eb2
commit fd7413f51a

View File

@@ -25,6 +25,6 @@ public sealed class BorgSelectTypeUserInterface : BoundUserInterface
base.Open();
_menu = this.CreateWindow<BorgSelectTypeMenu>();
_menu.ConfirmedBorgType += prototype => SendMessage(new BorgSelectTypeMessage(prototype));
_menu.ConfirmedBorgType += prototype => SendPredictedMessage(new BorgSelectTypeMessage(prototype));
}
}