update small

This commit is contained in:
2026-06-05 15:59:33 +07:00
parent 887ed440f9
commit 4b45938ef7
6 changed files with 218 additions and 201 deletions

View File

@@ -0,0 +1,16 @@
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()
{
}
}