mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-11-15 03:31:15 +03:00
[FEATURE] Method getClassLoader() in ClientService
This commit is contained in:
parent
d522976f0b
commit
7724c904e5
1 changed files with 4 additions and 0 deletions
|
@ -8,4 +8,8 @@ public class ClientService {
|
|||
public static ClassLoader classLoader;
|
||||
public static String nativePath;
|
||||
public static URL[] baseURLs;
|
||||
|
||||
public static ClassLoader getClassLoader() {
|
||||
return classLoader;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue