Rename Interface2 to StringInterface

This commit is contained in:
Pazaz 2022-04-19 20:22:16 -04:00
parent f1a4bda3ed
commit 7dec0851bf
2 changed files with 2 additions and 2 deletions

View file

@ -0,0 +1,5 @@
import org.openrs2.deob.annotation.OriginalClass;
@OriginalClass("client!oa")
public interface StringInterface {
}