Beispiel #1
0
 public static void MoveAfter(AGoose goose, int nbCells, bool fast = false)
 {
     instance.StartCoroutine(instance.MoveAfterRoutine(goose, nbCells, fast));
 }