コード例 #1
0
ファイル: LuaState.cs プロジェクト: WUTiAM/wutLua
 public void Close()
 {
     if (L != IntPtr.Zero)
     {
         LuaLib.lua_close(L);
     }
 }