跳到主要内容

GameModeExit

描述

结束当前游戏模式。

示例

if (OneTeamHasWon)
{
GameModeExit();
}

相关函数