From be180333b7fc9417293f286aac4ed0e6da9f39f7 Mon Sep 17 00:00:00 2001 From: sirjonasxx <36828922+sirjonasxx@users.noreply.github.com> Date: Wed, 2 Jan 2019 18:41:05 +0100 Subject: [PATCH] Updated Extensions (markdown) --- Extensions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Extensions.md b/Extensions.md index 5fdc18f..a53ba77 100644 --- a/Extensions.md +++ b/Extensions.md @@ -166,7 +166,8 @@ protected void initExtension() { ``` ### ChatConsole -_ChatConsole_ is a new G-Earth feature that allows us to use the in-game chat in order to communicate with the extension, it can read your input and write messages, you can also set a welcome message, we'll add it to our example. +_ChatConsole_ is a new G-Earth feature that allows us to use the in-game chat in order to easily communicate with the extension, it can read your input and write messages, you can also set a welcome message, we'll add it to our example. +(side note: the implementation of ChatConsole hides the whole thing from the Habbo servers, so all interaction stays local) ```java private HashSupport mHashSupport;