Add ClanChat plugin
This commit is contained in:
@@ -206,6 +206,9 @@ public interface Client extends GameEngine
|
||||
@Import("activeInterface")
|
||||
Widget getActiveInterface();
|
||||
|
||||
@Import("clanChatCount")
|
||||
int getClanChatCount();
|
||||
|
||||
@Import("clanMembers")
|
||||
XClanMember[] getClanMembers();
|
||||
|
||||
|
||||
@@ -64,6 +64,9 @@ public interface Widget
|
||||
@Import("name")
|
||||
String getName();
|
||||
|
||||
@Import(value = "text", setter = true)
|
||||
void setText(String text);
|
||||
|
||||
@Import("textColor")
|
||||
int getTextColor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user