public interface INeonModule { String getName(); Optional<String> getSuffix(); boolean isEnabled(); void toggle(boolean state); }
Last updated 4 months ago