public lau(XDevkit.IXboxConsole Newxbc) { xbc = Newxbc; pLuaVM = new Lua(); pLuaFuncs = new Hashtable(); pLuaPackages = new Hashtable(); registerLuaFunctions(null, this, null); }