Ejemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     JobLimits = FindObjectOfType <IndusturiesJobLimit>();
     //ColorBlock colors = btn1.colors;
     //colors.normalColor = new Color32(255, 255, 255, 255);
     //btn1.colors = colors;
 }
Ejemplo n.º 2
0
 private void Start()
 {
     JobLimits = FindObjectOfType <IndusturiesJobLimit>();
 }