public static void MoveAtAfter(AGoose goose, int cellIndex, bool fast = false) { instance.StartCoroutine(instance.MoveAtAfterRoutine(goose, cellIndex, fast)); }