runelite-client: Add ClientThread to aid in synchronizing with the client
This commit is contained in:
@@ -25,10 +25,11 @@
|
||||
package net.runelite.rs.api;
|
||||
|
||||
import java.awt.Canvas;
|
||||
import net.runelite.api.GameEngine;
|
||||
import net.runelite.api.KeyFocusListener;
|
||||
import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSGameEngine extends KeyFocusListener
|
||||
public interface RSGameEngine extends GameEngine, KeyFocusListener
|
||||
{
|
||||
@Import("canvas")
|
||||
Canvas getCanvas();
|
||||
|
||||
Reference in New Issue
Block a user