跳到主要内容

GameModeExit

Description

Ends the current gamemode.

Examples

if (OneTeamHasWon)
{
GameModeExit();
}