Files
test/Assets/PerfectWorld/Scripts/NPC/NPCVisual.cs
T
2025-09-27 17:10:53 +07:00

17 lines
280 B
C#

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