Ejemplo n.º 1
0
 public void Close()
 {
     if (L != IntPtr.Zero)
     {
         translator.Destroy();
         LuaAPI.lua_close(L);
     }
 }