void Game_TextInput(string text) { ui.OnTextEntry(text); }
private void UiTextInput(string text) { ui.OnTextEntry(text); }