예제 #1
0
 void productionExcised(Production p) {
   current().productionsExcised.add(p.getName());
   totalProductionsExcised++;
 }
예제 #2
0
 void productionAdded(Production p) {
   current().productionsAdded.add(p.getName());
   totalProductionsAdded++;
 }