package emu.grasscutter; public final class DebugConstants { public static boolean LOG_ABILITIES = false; public static boolean LOG_LUA_SCRIPTS = false; public static boolean LOG_QUEST_START = false; private DebugConstants() { // Prevent instantiation. } }