project: Revvvvvvvvvvvvv

This commit is contained in:
Owain van Brakel
2022-02-09 13:21:03 +01:00
parent e91fc1a16a
commit e505012bff
474 changed files with 69930 additions and 69430 deletions

View File

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