rs-client: also remove Implements
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
import java.io.IOException;
|
||||
import net.runelite.mapping.Implements;
|
||||
import net.runelite.mapping.ObfuscatedName;
|
||||
import net.runelite.mapping.ObfuscatedSignature;
|
||||
|
||||
@ObfuscatedName("ln")
|
||||
@Implements("AbstractSocket")
|
||||
public abstract class AbstractSocket {
|
||||
protected AbstractSocket() {
|
||||
} // L: 7
|
||||
|
||||
Reference in New Issue
Block a user