Update to include FPS, without changing formatting of anything. (#5)

This commit is contained in:
Cameron Moberg
2017-02-01 19:50:09 -06:00
committed by Adam
parent 971a99b241
commit 5d8396cf59
10 changed files with 234 additions and 13 deletions

View File

@@ -27,6 +27,8 @@ package net.runelite.rs.api;
import net.runelite.mapping.Import;
import java.awt.*;
public interface Client extends GameEngine
{
@Import("cameraX")
@@ -209,4 +211,7 @@ public interface Client extends GameEngine
@Import("packetHandler")
void packetHandler();
@Import("canvas")
Canvas getCanvas();
}