21 lines
235 B
C#
21 lines
235 B
C#
|
using System.Collections;
|
||
|
using System.Collections.Generic;
|
||
|
using System.Threading.Tasks;
|
||
|
using UnityEngine;
|
||
|
using DG.Tweening;
|
||
|
|
||
|
public class shopPanel :MonoBehaviour
|
||
|
{
|
||
|
|
||
|
|
||
|
public void Start()
|
||
|
{
|
||
|
|
||
|
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
}
|