Esempio n. 1
0
 private void MoveToRandomPosition()
 {
     bossCharacter.MoveTo(randomGenerator.GetRandomPosition(transform.position));
 }