Files
ModsListDownloader/downloader/forgeSvc/ForgeSvcEntry.java
T
2021-01-13 22:49:31 +01:00

10 lines
183 B
Java

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