Esempio n. 1
0
    protected IEnumerator DecideLeader()
    {
        runningCoRoutine = true;
        yield return(new WaitForSeconds(Random.Range(0.01f, 0.05f)));

        Checks.BecomeLeader();
        yield return(null);

        runningCoRoutine = false;
    }