Beispiel #1
0
    private void Awake()
    {
        if (!ins)
        {
            ins = this;
        }

        Application.targetFrameRate = 60;

        bestScore = ProgressManager.GetBestScore();
    }