mixins: RSFriendSystem ignore add/remove

This commit is contained in:
JumpIfZero
2022-02-12 17:31:40 +02:00
parent 0e9466c6d7
commit f731c35998
3 changed files with 32 additions and 0 deletions

View File

@@ -22,4 +22,10 @@ public interface RSFriendSystem
@Import("removeFriend")
void removeFriend(String username);
@Import("addIgnore")
void addIgnore(String username);
@Import("removeIgnore")
void removeIgnore(String username);
}