using UnityEngine; public class UIBase_Textuer : MonoBehaviour { public string TextuerName = ""; public UITexture texObj; }