Updated Extensions (markdown)

This commit is contained in:
sirjonasxx 2019-01-02 18:41:05 +01:00
parent 367bce3bf9
commit be180333b7

View File

@ -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;