示例#1
0
 protected override void OnAllocating(IRequirementBatch batch)
 {
     //ensure no stock items are removed to avoid processing unnecessary combinations.
     batch.ProcessNoStock();
     base.OnAllocating(batch);
 }
示例#2
0
 protected override void AllocateAll(IRequirementBatch batch)
 {
     batch.ProcessNoStock();
 }