123456789101112131415161718192021 |
- using System.Collections;
- using System.Collections.Generic;
- using System.ComponentModel;
- using System.Linq;
- using UnityEngine;
- using DG.Tweening;
- namespace ET
- {
- public class Testtext : MonoBehaviour
- {
- public GameObject testObj;
- // Start is called before the first frame update
- void Start()
- {
-
- }
-
- }
- }
|