_xiaofang/xiaofang/Assets/Script/UI/TemplateInfo.cs
2024-12-11 15:35:11 +08:00

21 lines
348 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class TemplateInfo : MonoBehaviour
{
public Text templateText;
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}