runelite-api: make ClanMember extend ChatPlayer

This commit is contained in:
Lotto
2018-08-08 04:04:01 +02:00
committed by Adam
parent 716c84c132
commit 6aa646c7ba

View File

@@ -27,7 +27,7 @@ package net.runelite.api;
/** /**
* Represents a clan member. * Represents a clan member.
*/ */
public interface ClanMember public interface ClanMember extends ChatPlayer
{ {
/** /**
* Gets the username of the member. * Gets the username of the member.