player walk animation
This commit is contained in:
@@ -2,6 +2,10 @@ using UnityEngine;
|
||||
|
||||
public class EnemyAI : Character
|
||||
{
|
||||
protected override void SetWalkingAnimation(bool isWalking)
|
||||
{
|
||||
}
|
||||
|
||||
private void Update()
|
||||
{
|
||||
float horizontal = 0;
|
||||
|
||||
Reference in New Issue
Block a user