Files
BABA_YAGA/Assets/Scripts/AI NPC/RagNPC.cs
2026-06-03 13:42:09 +07:00

17 lines
277 B
C#

using UnityEngine;
public class RagNPC : 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()
{
}
}