Files
ModsListDownloader/downloader/forgeSvc/ForgeSvcEntry.java
T
2021-07-07 21:45:33 +02:00

10 lines
188 B
Java

package downloader.forgeSvc;
public class ForgeSvcEntry {
private ForgeSvcFile[] gameVersionLatestFiles;
public ForgeSvcFile[] getFiles() {
return this.gameVersionLatestFiles;
}
}