Beispiel #1
0
    public void CheatsStopTime()
    {
        cheatsComponent.StopTime();

        if (CheatSystem.isTimeNormal)
        {
            timeButton.color = Color.white;
        }
        else
        {
            timeButton.color = Color.green;
        }
    }