Remove more static imports

This commit is contained in:
Jonatino
2021-03-25 18:19:48 -04:00
parent 01c80e93a3
commit 257103dbcd

View File

@@ -1,12 +1,3 @@
package net.runelite.rs.api;
import net.runelite.mapping.Import;
public interface RSMinimapRenderer
{
@Import("cacheParentPaths")
String[] getCacheParentPaths();
@Import("cacheParentPaths")
void setCacheParentPaths(String[] cacheParentPaths);
}
public interface RSMinimapRenderer {}