303132333435363738
if(id < 1 || cost < 0) { _count = 0; return; } createList.add(new L2ManufactureItem(id, cost)); } _count = createList.size(); }