_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/Scene_shop/ShopItemInfo.cs
2024-11-25 14:35:28 +08:00

9 lines
128 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class ShopItemInfo :BaseUIPanel
{
}