示例#1
0
    //Play function
    private void Play()
    {
        //inform the return btn which UI we are on
        ReturnBtn.ChangeState("Play");

        //disable return to prevent glitchyui
        ReturnBtn.BtnDisable();

        //fade in mode select screen
        StartCoroutine(PlayFadeEnum());
    }