Example #1
0
 private void Start()
 {
     storageInterFace = GetComponent <StorageInterFace>();
     humansInRoom     = GetComponent <HumansInRoom>();
     storeQueue       = GetComponent <StoreQueue>();
     lastSellTime     = 0;
 }
Example #2
0
 private void Start()
 {
     isWorker = GetComponent <HumansInRoom>();
     progress = 0f;
 }