Пример #1
0
 void OnTriggerEnter(Collider other)
 {
     if (other.CompareTag(Tags.Marble))
     {
         tutorialController.Dragged();
     }
 }