示例#1
0
        private void Awake()
        {
            Instance = this;

            SelectTag(tags.transform.GetChild(0).GetComponent <Image>());
        }
示例#2
0
 private void OnDestroy()
 {
     Instance = null;
 }