You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 19, 2020. It is now read-only.
Classes accessed by plugins should be Lua-specific wrapper classes. For example, while writing an auto-afk plugin I ran into a problem related to exposing the Client class directly to plugins, so, to solve this, it could be rewritten to use a LuaClient class that wraps the actual Client class. This should ideally be done after resolving issue #65.
Classes accessed by plugins should be Lua-specific wrapper classes. For example, while writing an auto-afk plugin I ran into a problem related to exposing the Client class directly to plugins, so, to solve this, it could be rewritten to use a LuaClient class that wraps the actual Client class. This should ideally be done after resolving issue #65.