Пример #1
0
 private void OnTriggerEnter(Collider other)
 {
     if (CurrentAction != null)
     {
         CurrentAction.ProcessTriggerCollision(other);
     }
 }