Skip to main content

GameModeExit

Deskripcija

Završava trenutni gamemode.

Primjeri

if (OneTeamHasWon)
{
GameModeExit();
}

Srodne Funkcije