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

12 lines
176 B
C#
Raw Normal View History

2024-11-26 17:03:30 +08:00
using System.Collections;
using System.Collections.Generic;
using System.Threading.Tasks;
using UnityEngine;
using DG.Tweening;
2024-11-27 15:27:50 +08:00
public class shopPanel: ui_huodong
2024-11-26 17:41:48 +08:00
{
2024-11-26 17:03:30 +08:00
}