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() { } } }