Exemplo n.º 1
0
 // Start is called before the first frame update
 void Start()
 {
     JobSystem = GameObject.Find("JobAssignmentSystem");
     jobScript = JobSystem.GetComponent <JobAssignmentSystem>();
     Architect = ArchitectBar.GetComponent <WariateUI>();
     Work      = WorkBar.GetComponent <WariateUI>();
     Deffence  = DeffenceBar.GetComponent <WariateUI>();
 }
Exemplo n.º 2
0
 // Start is called before the first frame update
 void Start()
 {
     JobSystem = GameObject.Find("JobAssignmentSystem");
     jobScript = JobSystem.GetComponent <JobAssignmentSystem>();
 }
Exemplo n.º 3
0
 // Start is called before the first frame update
 void Start()
 {
     JobAssignmentSystem = GameObject.Find("JobAssignmentSystem").GetComponent <JobAssignmentSystem>();
     queenroom           = GetComponent <QueenRoom>();
 }