_xiaofang/xiaofang/Assets/Script/hylScripts/FreePanel02.cs

17 lines
293 B
C#
Raw Normal View History

2024-12-09 22:47:49 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
2024-12-23 19:12:48 +08:00
using UnityEngine.UI;
2024-12-09 22:47:49 +08:00
public class FreePanel02 : MonoBehaviour
{
public Transform chooseContent;
public GameObject chooseItemPrefab;
public Transform msgContent;
public GameObject msgPrefab;
}