Saltar al contenido principal

GameModeExit

Description

Ends the current gamemode.

Examples

if (OneTeamHasWon)
{
GameModeExit();
}