equivalent-exchange-3/src/main/java/com/pahimar/ee3/reference/Key.java

7 lines
101 B
Java
Raw Normal View History

package com.pahimar.ee3.reference;
public enum Key
{
UNKNOWN, CHARGE, EXTRA, RELEASE, TOGGLE;
}