Ejemplo n.º 1
0
    // Update is called once per frame
    void Update()
    {
        if (!ifcount)
        {
            if (Input.GetKeyDown(KeyCode.Mouse0))
            {
                _seManager.PushTitleSE();
                ifcount = true;
            }
        }


        if (ifcount)
        {
            _stopSECount += Time.deltaTime;