示例#1
0
    public void startGame()
    {
        isEndGame = false;

        canvasSettings(true, false, false);
        spawner.startSpawn();
    }