예제 #1
0
    public void ActivePower()
    {
        if (isPaused || usedPower)
        {
            return;
        }
        ManagerPowers.Instance.UsingPower = true;

        currentTimeStop = TimeStop;
        clock.Freeze();
        ManagerTime.Instance.onStop(true);
    }