fixed animation

This commit is contained in:
2023-06-29 20:01:25 +03:00
parent 634d27ac6e
commit 3872ad9533
11 changed files with 359 additions and 213 deletions
+4
View File
@@ -2,6 +2,10 @@ using UnityEngine;
public class EnemyAI : Character
{
protected override void SetClimbingAnimation(bool isClimbing)
{
}
protected override void SetWalkingAnimation(bool isWalking)
{
}