Пример #1
0
 public void TakeTurn()
 {
     AudioController.instance.PlayEffect(movementClip);
     customAnimation.PlayMoveAnimation();
 }