예제 #1
0
        public ProcessState(ProductionUnit u)
        {
            unit  = u;
            timer = unit.process_time;

            timer_view = unit.timer.GetComponent <Utilits.Timer>();
            timer_view.InitFull();
        }
예제 #2
0
 public ReadyState(ProductionUnit u)
 {
     unit = u;
 }
예제 #3
0
 public EmptyState(ProductionUnit u)
 {
     unit = u;
 }