Esempio n. 1
0
 public CraftingComponent(String name, componentCategory category, List <componentCategory> nextCat, List <componentCategory> nextStage)
 {
     this.name         = name;
     this.category     = category;
     this.nextCategory = nextCat;
     this.nextStage    = nextStage;
 }
Esempio n. 2
0
 public void setCategory(componentCategory c)
 {
     category = c;
 }