Add ClanChat plugin

This commit is contained in:
Devin French
2017-05-04 04:22:27 -07:00
committed by Adam
parent a22b8384f9
commit 939ce237a1
8 changed files with 99 additions and 1 deletions

View File

@@ -206,6 +206,9 @@ public interface Client extends GameEngine
@Import("activeInterface")
Widget getActiveInterface();
@Import("clanChatCount")
int getClanChatCount();
@Import("clanMembers")
XClanMember[] getClanMembers();

View File

@@ -64,6 +64,9 @@ public interface Widget
@Import("name")
String getName();
@Import(value = "text", setter = true)
void setText(String text);
@Import("textColor")
int getTextColor();