+ Added lua user and stats
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
package core.lua;
|
||||
|
||||
import org.luaj.vm2.LuaValue;
|
||||
import org.luaj.vm2.lib.jse.CoerceJavaToLua;
|
||||
|
||||
public class PluginStructure
|
||||
{
|
||||
public LuaValue AsLua()
|
||||
{
|
||||
return CoerceJavaToLua.coerce(this);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user