Пример #1
0
 void handleOnPickFinished(GameObject sender)
 {
     levController.startCarry(heldPickable.carryAnimation);
     levController.OnCustomAnimationFinished -= handleOnPickFinished;
     levController.turnToNormal();
 }