_TheStrongestSnail/TheStrongestSnail/Assets/Scripts/Scene_main/retrun_BTN.cs
2024-11-26 17:03:30 +08:00

17 lines
265 B
C#

using System.Collections;
using System.Collections.Generic;
using System;
using UnityEngine;
using UnityEngine.UI;
using DG.Tweening;
public class retrun_BTN :Base
{
private void Start()
{
ClosureObj.transform.DOScale(1f,0.3f);
}
}