_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/Scene_shop/ShopItemInfo.cs

9 lines
128 B
C#
Raw Normal View History

2024-11-25 14:35:28 +08:00
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ShopItemInfo :BaseUIPanel
{
}