public async Task Unload() { await gameLoader.Unload(); currentGame = null; gameModeSwitchHandler = null; }
public async Task Unload() { gameType.UnlockCamera(); currentGame = null; currentGameResult = null; gameType = null; await gameLoader.Unload(); }