Exemple #1
0
 private void Update()
 {
     if (playerInput.attack)
     {
         animationController.EnableAtack(1);
     }
 }