package mightypork.gamecore.core.config; /** * Key configurator. Config access restricted to key options. */ public interface KeySetup { public void addKeys(KeyOpts keys); }