public void L_Require(string fileName) { LuaState lua = LuaInstance.instance.Get(); lua.PushString(fileName); LuaAPI.ll_require(lua.GetLuaPtr()); }