Пређи на главни садржај

GameModeExit

Description

Ends the current gamemode.

Examples

if (OneTeamHasWon)
{
GameModeExit();
}