Already voted on this paste.
Already voted on this paste.
Already voted on this paste.
Already voted on this paste.
Already voted on this paste.
Already voted on this paste.
Already voted on this paste.
StartCoroutine(Patrol());

public IEnumerator Patrol() {
    while(true) {
        dt.Walk();
        yield return new WaitForSeconds(reactionTime);
    }
}
By Mario, 2021-11-19 07:18:22