Ejemplo n.º 1
0
 public void ProcessDone(GameConstants.StationType workType)
 {
     currentWork++;
     inspected = true;
     if (boxPanel)
     {
         if (workType == GameConstants.StationType.CInspection)
         {
             boxPanel.showAllProductionIcons();
             // remove question mark
         }
         boxPanel.updateUI(processes, currentWork, inspected);
     }
 }