rename clanchat methods in RSClanChat

This commit is contained in:
Lucwousin
2020-06-21 06:00:23 +02:00
parent 1c68411ca9
commit 0e6f5f4b46

View File

@@ -7,8 +7,8 @@ import net.runelite.mapping.Import;
public interface RSClanChat extends RSUserList<FriendsChatMember>, FriendsChatManager
{
@Import("owner")
String getClanOwner();
String getOwner();
@Import("name")
String getClanChatName();
String getName();
}