Пример #1
0
 void Reply(bool confirmed)
 {
     underlyingMenuScreen?.ResetInput();
     taskSource.SetResult(confirmed);
     proxy.Hide();
 }