Ejemplo n.º 1
0
 public void setDig()
 {
     currentWorkOrder = workOrderType.Dig_Ressource;
 }
Ejemplo n.º 2
0
 public RessourcesController(float _totalAmount, Element _element, workOrderType _type)
 {
     element          = _element;
     currentWorkOrder = _type;
     totalAmount      = _totalAmount;
 }