package modtweaker.proxy; import modtweaker.Commands; public class CommonProxy { public void registerCommands(){ Commands.registerCommands(); } }