project(rsc): Fix compiling
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.jagex.oldscape.pub;
|
||||
|
||||
import net.runelite.mapping.Implements;
|
||||
|
||||
@Implements("OtlTokenResponse")
|
||||
public interface OtlTokenResponse {
|
||||
boolean isSuccess();
|
||||
|
||||
String getToken();
|
||||
}
|
||||
Reference in New Issue
Block a user