17 lines
265 B
C#
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);
|
|
}
|
|
|
|
|
|
}
|