mirror of
https://github.com/packwiz/packwiz-installer.git
synced 2025-04-19 13:06:30 +02:00
10 lines
157 B
Java
10 lines
157 B
Java
package link.infra.packwiz.launcher;
|
|
|
|
public class UpdateManager {
|
|
Thread updateThread = new Thread(new UpdateThread());
|
|
|
|
public void cleanup() {
|
|
|
|
}
|
|
}
|