Files
JJBB/Assets/Project/Script/GUI/Welfare/WelfareSubNodeBase.cs

8 lines
107 B
C#
Raw Normal View History

2024-08-23 15:49:34 +08:00
using UnityEngine;
using System.Collections;
public class WelfareSubNodeBase : MonoBehaviour {
}