Even more... you guessed it! REFACTORING. Removes the need for @Export for methods overriding base java methods
This commit is contained in:
@@ -5,7 +5,7 @@ import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSBuddy extends ChatPlayer, RSUser
|
||||
{
|
||||
@Import("world0")
|
||||
@Import("getWorld")
|
||||
@Override
|
||||
int getWorld();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user