Пример #1
0
    IEnumerator spawnHunters(Vector2 position)
    {
        yield return(new WaitForSeconds(2.0f));

        GetComponent <WorldAIDirector>().DispatchHunters(position);
        notificationHandler.AddHuntersDispatchedNotification();
    }