Remove more static imports
This commit is contained in:
@@ -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 {}
|
||||
Reference in New Issue
Block a user