injector: Silence the interface injector

This commit is contained in:
Owain van Brakel
2022-02-20 17:00:04 +01:00
parent 44576108bd
commit efdc7b4ea5
4 changed files with 12 additions and 3 deletions

View File

@@ -0,0 +1,4 @@
package net.runelite.rs.api;
public interface RSOAuthApi
{}

View File

@@ -1,3 +0,0 @@
package net.runelite.rs.api;
public interface RSOAuthTokens {}

View File

@@ -0,0 +1,4 @@
package net.runelite.rs.api;
public interface RSOtlTokenRequester
{}

View File

@@ -0,0 +1,4 @@
package net.runelite.rs.api;
public interface RSOtlTokenResponse
{}