project: hello again rev206

This commit is contained in:
JumpIfZero
2022-04-22 12:43:18 +03:00
parent 1cdb6e9060
commit 2dc9359cba
466 changed files with 55930 additions and 56034 deletions

View File

@@ -1,10 +0,0 @@
package com.jagex.oldscape.pub;
import net.runelite.mapping.Implements;
@Implements("OtlTokenResponse")
public interface OtlTokenResponse {
boolean isSuccess();
String getToken();
}