package com.minelittlepony.unicopia; public interface Debug { boolean DEBUG_SPELLBOOK_CHAPTERS = Boolean.getBoolean("unicopia.debug.spellbookChapters"); boolean DEBUG_COMMANDS = Boolean.getBoolean("unicopia.debug.commands"); }