void Awake() { _staffList = HospitalPrefabs.ScriptsObject.GetComponent <StaffList>(); _hiredList = HospitalPrefabs.ScriptsObject.GetComponent <HiredStaffManager>(); }
void Awake() { _staffList = HospitalPrefabs.ScriptsObject.GetComponent<StaffList>(); _hiredList = HospitalPrefabs.ScriptsObject.GetComponent<HiredStaffManager>(); }