Split off highly version-dependent code from ModCompat
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.replaymod.core.utils;
|
||||
|
||||
import com.replaymod.replaystudio.data.ModInfo;
|
||||
|
||||
import java.util.Collection;
|
||||
|
||||
class ModInfoGetter {
|
||||
static Collection<ModInfo> getInstalledNetworkMods() {
|
||||
throw new UnsupportedOperationException();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user