mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-24 13:57:59 +01:00
5 lines
160 B
Java
5 lines
160 B
Java
package com.minelittlepony.unicopia;
|
|
|
|
public interface Debug {
|
|
boolean DEBUG_SPELLBOOK_CHAPTERS = Boolean.getBoolean("unicopia.debug.spellbookChapters");
|
|
}
|