blob: 3e74db9a7612dec48f0cb9c91c9cb105ba255991 [file] [log] [blame] [raw]
package appeng.api.config;
public enum IncludeExclude
{
WHITELIST, BLACKLIST
}