runelite-client: script update / outdated rework (thanks TomC)
This commit is contained in:
@@ -2118,4 +2118,8 @@ public interface Client extends GameShell
|
||||
String getSelectedItemName();
|
||||
|
||||
Widget getMessageContinueWidget();
|
||||
|
||||
void setOutdatedScript(String outdatedScript);
|
||||
|
||||
List<String> getOutdatedScripts();
|
||||
}
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
*/
|
||||
package net.runelite.api;
|
||||
|
||||
import java.util.List;
|
||||
import net.runelite.api.hooks.DrawCallbacks;
|
||||
import java.awt.Canvas;
|
||||
import net.runelite.api.hooks.DrawCallbacks;
|
||||
|
||||
Reference in New Issue
Block a user