parent
1540880eb2
commit
fd7413f51a
1 changed files with 1 additions and 1 deletions
|
|
@ -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));
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue