Example #1
0
    IEnumerator LateStart(float num)
    {
        yield return(new WaitForSeconds(num));

        canvasScript.SwitchWeapon(1);
    }