_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/Scene_shop/shopPanel.cs
2024-11-27 15:27:50 +08:00

12 lines
176 B
C#

using System.Collections;
using System.Collections.Generic;
using System.Threading.Tasks;
using UnityEngine;
using DG.Tweening;
public class shopPanel: ui_huodong
{
}