mixins: RSFriendSystem ignore add/remove
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user