TotalFreedomMod/src/main/java/me/totalfreedom/totalfreedommod/commands/SourceType.java
JeromSar a0058869c9 Added checkstyle plugin
Moved resources to correct folder
Fixed and improved build information, no longer tracking build.properties
2015-11-22 19:28:32 +01:00

8 lines
117 B
Java

package me.totalfreedom.totalfreedommod.commands;
public enum SourceType
{
ONLY_IN_GAME, ONLY_CONSOLE, BOTH;
}