コード例 #1
0
 public AssemblyBill(AssemblyBillStack stack, Blueprint bp)
 {
     _bp = bp;
     _stack = stack;
     _container = new ThingContainer(this);
     WorkAmount = _bp.WorkAmount;
 }
コード例 #2
0
 public AssemblyBill(AssemblyBillStack stack, Blueprint bp)
 {
     _bp        = bp;
     _stack     = stack;
     _container = new ThingContainer(this);
     WorkAmount = _bp.WorkAmount;
 }
コード例 #3
0
 public AssemblyBill(AssemblyBillStack stack)
 {
     _stack = stack;
 }
コード例 #4
0
 public AssemblyBill(AssemblyBillStack stack)
 {
     _stack = stack;
 }
コード例 #5
0
 public AssemblyStation()
 {
     _assemblyBillStack = new AssemblyBillStack(this);
 }
コード例 #6
0
 public AssemblyStation()
 {
     _assemblyBillStack = new AssemblyBillStack(this);
 }