Plex/src/main/java/me/totalfreedom/plex/command/RequiredCommandSource.java

8 lines
110 B
Java
Raw Normal View History

2020-10-31 04:58:12 +00:00
package me.totalfreedom.plex.command;
2020-10-31 04:51:22 +00:00
public enum RequiredCommandSource
{
IN_GAME,
CONSOLE,
ANY
}