<GJ> All hail the enum!

This commit is contained in:
NuclearW 2012-05-17 09:03:40 -04:00
parent 87cf5cb932
commit a8eb9dfedf
2 changed files with 19 additions and 0 deletions

View File

@ -0,0 +1,7 @@
package com.gmail.nossr50.skills.repair;
public enum RepairItemType {
ARMOR,
TOOL,
OTHER
}

View File

@ -0,0 +1,12 @@
package com.gmail.nossr50.skills.repair;
public enum RepairMaterialType {
STRING,
LEATHER,
WOOD,
STONE,
IRON,
GOLD,
DIAMOND,
OTHER
}