Ejemplo n.º 1
0
 private void Awake()
 {
     anim            = GetComponent <Animator>();
     cellBackground  = transform.GetChild(0).GetComponent <Image>();
     cellText        = transform.GetChild(1).GetComponent <Text>();
     cellStyleHolder = CellStyleHolder.Instance();
 }
Ejemplo n.º 2
0
 public void Awake()
 {
     Instance = this;
 }
Ejemplo n.º 3
0
 private void Awake()
 {
     Instance = this;
 }