Пример #1
0
 private void Update()
 {
     if (transform.position.y < -10.0f)
     {
         creator.BackToCreation();
     }
 }