Files
JJBB/Assets/Project/Script/GUI/Welfare/WelfareSubNodeBase.cs
2024-08-23 15:49:34 +08:00

8 lines
107 B
C#

using UnityEngine;
using System.Collections;
public class WelfareSubNodeBase : MonoBehaviour {
}