// Start is called before the first frame update void Start() { wangLogic = FindObjectOfType <WangLogic>(); }
//---------------------- Properties END ------------------- void Awake() { image = GetComponent <Image>(); text = GetComponentInChildren <Text>(); wangLogic = FindObjectOfType <WangLogic>(); }