Exemplo n.º 1
0
 private void OnTriggerStay2D(Collider2D collision)
 {
     transform.position = spawner.SetRandomLocation();
 }