1
0
mirror of https://github.com/packwiz/packwiz-installer.git synced 2025-04-29 09:36:30 +02:00
2019-05-14 19:55:00 +01:00

11 lines
129 B
Java

package link.infra.packwiz.installer;
public class UpdateThread implements Runnable {
@Override
public void run() {
}
}