More refactoring (tm)

This commit is contained in:
Lucas
2019-07-07 15:10:50 +02:00
parent e1a815eddd
commit e2aac6d899
159 changed files with 38213 additions and 46222 deletions

View File

@@ -328,7 +328,7 @@ public interface RSClient extends RSGameShell, Client
@Override
RSWorld[] getWorldList();
@Import("addMessage")
@Import("addChatMessage")
void addChatMessage(int type, String name, String message, String sender);
@Override

View File

@@ -1,7 +1,5 @@
package net.runelite.rs.api;
import net.runelite.api.PacketBuffer;
public interface RSPacketBuffer extends PacketBuffer
public interface RSPacketBuffer
{
}