23242526272829
commands = new HashMap<String, Command>(); // Default commands addCommand("exit", new ExitCommand()); addCommand("print", new PrintCommand()); addCommand("phys", new PhysicsCommand()); }