Testtext.cs 374 B

123456789101112131415161718192021
  1. using System.Collections;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Linq;
  5. using UnityEngine;
  6. using DG.Tweening;
  7. namespace ET
  8. {
  9. public class Testtext : MonoBehaviour
  10. {
  11. public GameObject testObj;
  12. // Start is called before the first frame update
  13. void Start()
  14. {
  15. }
  16. }
  17. }