| 283 | _options = CreateEndOptionsUI(mode); |
| 284 | } |
| 285 | } |
| 286 | void World::CreateChat() |
| 287 | { |
| 288 | if (!_chat) |
| 289 | { |
| 290 | InputSubsystem::Instance().ChangeGameFocus(+1); |
| 291 | _chat = CreateChatUI(); |
| 292 | } |
| 293 | } |
| 294 | void World::CreateVoiceChat(bool pushToTalk) |
| 295 | { |
nothing calls this directly
no test coverage detected