예제 #1
0
    //for pausing test to alert of mastery
    public void pauseT(bool yes)
    {
        if (yes)
        {
            testModeMaster = false;
            messageObj.SetActive(true);

            master.playRif();
            message.SetText(isRight.hira + " = " + isRight.kata);
            mesAn.messageGo();
        }
        else
        {
            testModeMaster = true;
            messageObj.SetActive(false);
        }
    }