TechReborn/src/main/java/techreborn/lib/Key.java

6 lines
67 B
Java

package techreborn.lib;
public enum Key {
UNKNOWN, CONFIG;
}