Пример #1
0
 private void Awake()
 {
     anim            = GetComponent <Animator>();
     cellBackground  = transform.GetChild(0).GetComponent <Image>();
     cellText        = transform.GetChild(1).GetComponent <Text>();
     cellStyleHolder = CellStyleHolder.Instance();
 }
Пример #2
0
 public void Awake()
 {
     Instance = this;
 }
Пример #3
0
 private void Awake()
 {
     Instance = this;
 }