示例#1
0
文件: LuaState.cs 项目: WUTiAM/wutLua
 public void Close()
 {
     if (L != IntPtr.Zero)
     {
         LuaLib.lua_close(L);
     }
 }