Files
BABA_YAGA/Assets/Scripts/AI NPC/AnimatorAI.cs
2026-06-05 15:59:33 +07:00

17 lines
281 B
C#

using UnityEngine;
public class AnimatorAI : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}