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 has been 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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
The text was updated successfully, but these errors were encountered: