_xiaofang/xiaofang/Assets/Script/UI/PanelUI/PlateInfo.cs

23 lines
420 B
C#
Raw Normal View History

2024-11-26 15:36:02 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
using UnityEngine.UI;
//<2F><>Ա<EFBFBD><D4B1>Ϣ
public class PlateInfo : MonoBehaviour
{
public Text plateinfoText;
public List<InfoLable> infoLables = new List<InfoLable>();
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}