_xiaofang/xiaofang/Assets/Script/UI/TemplateInfo.cs

20 lines
295 B
C#
Raw Normal View History

2024-12-11 15:32:27 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
public class TemplateInfo : MonoBehaviour
{
public Text templateText;
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}