remove useless wield type
This commit is contained in:
parent
33b6333683
commit
4b313dd869
2 changed files with 3 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
|||
package common.item;
|
||||
|
||||
public enum WieldType {
|
||||
DEFAULT, TOOL, TOOL_FLIP, RANGED;
|
||||
TOOL, TOOL_FLIP, RANGED;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue