Пример #1
0
 void OnTriggerEnter2D(Collider2D other)
 {
     if (!flipper.rotating)
     {
         flipper.Rotate();
     }
 }