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