mycj_demo/mycj/Assets/Script/npcInfo.cs

10 lines
118 B
C#
Raw Normal View History

2024-12-02 09:37:47 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
2024-12-02 23:38:32 +08:00
public class npcInfo : Palye
2024-12-02 09:37:47 +08:00
{
2024-12-02 23:38:32 +08:00
2024-12-02 09:37:47 +08:00
}