This repository has been archived on 2023-11-26. You can view files and clone it, but cannot push or open issues or pull requests.
ModUpdater/src/main/java/com/thebrokenrail/modupdater/api/entrypoint/ModUpdaterEntryPoint.java
TheBrokenRail 1d4494d905
All checks were successful
ModUpdater/pipeline/head This commit looks good
1.1.9
2020-08-05 13:06:45 -04:00

6 lines
145 B
Java

package com.thebrokenrail.modupdater.api.entrypoint;
public interface ModUpdaterEntryPoint {
boolean isVersionCompatible(String version);
}