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

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