I code forge 1.16.5 injection client. Currently it has no functions, it just injects in the game and typing in chat "hello". I`m using LaunchClassLoader#loadClass to inject classes into jvm (it works). how do i unload injected classes and release jar that contains these classes?