Ejemplo n.º 1
0
    public IEnumerator HandEvent()
    {
        StartCoroutine(eventsController.AttackEvent());
        yield return(new WaitForSeconds(2.5f));

        eventsController.DropCoinsEvent();
    }