예제 #1
0
        internal System.Collections.IEnumerator Move(GameManager gm, List <Vector3Int> path, float animationSpeed)
        {
            yield return(StartCoroutine(LerpMove(path, animationSpeed)));

            gm.UpdateAllRangedIndicators();
        }