Exemplo n.º 1
0
 public AssemblyBill(AssemblyBillStack stack, Blueprint bp)
 {
     _bp = bp;
     _stack = stack;
     _container = new ThingContainer(this);
     WorkAmount = _bp.WorkAmount;
 }
Exemplo n.º 2
0
 public AssemblyBill(AssemblyBillStack stack, Blueprint bp)
 {
     _bp        = bp;
     _stack     = stack;
     _container = new ThingContainer(this);
     WorkAmount = _bp.WorkAmount;
 }
Exemplo n.º 3
0
 public AssemblyBill(AssemblyBillStack stack)
 {
     _stack = stack;
 }
Exemplo n.º 4
0
 public AssemblyBill(AssemblyBillStack stack)
 {
     _stack = stack;
 }
Exemplo n.º 5
0
 public AssemblyStation()
 {
     _assemblyBillStack = new AssemblyBillStack(this);
 }
 public AssemblyStation()
 {
     _assemblyBillStack = new AssemblyBillStack(this);
 }