addFriend() and removeFriend() functionality
This commit is contained in:
@@ -13,4 +13,10 @@ public interface RSFriendSystem extends FriendManager
|
||||
|
||||
@Import("isFriended")
|
||||
boolean isFriended(RSUsername var1, boolean var2);
|
||||
|
||||
@Import("addFriend")
|
||||
void addFriend(String username);
|
||||
|
||||
@Import("removeFriend")
|
||||
void removeFriend(String username);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user