Beispiel #1
0
 void Awake()
 {
     _staffList = HospitalPrefabs.ScriptsObject.GetComponent <StaffList>();
     _hiredList = HospitalPrefabs.ScriptsObject.GetComponent <HiredStaffManager>();
 }
Beispiel #2
0
	void Awake()
	{
		_staffList = HospitalPrefabs.ScriptsObject.GetComponent<StaffList>();
		_hiredList = HospitalPrefabs.ScriptsObject.GetComponent<HiredStaffManager>();
	}