예제 #1
0
 public ItemProcessor(BatchMutator <Item> mut) : base(mut)
 {
 }
예제 #2
0
 protected BatchProcessor(BatchMutator <T> mut) => Mutator = mut;