From aa58c0b1ff53d6953adb135b98a4e77e37858563 Mon Sep 17 00:00:00 2001 From: Simon Rodriguez Date: Mon, 28 Nov 2022 21:40:48 +0100 Subject: [PATCH] this does not need to be serialized --- Scripts/NodeDataCache.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Scripts/NodeDataCache.cs b/Scripts/NodeDataCache.cs index 4f4937d..f381845 100644 --- a/Scripts/NodeDataCache.cs +++ b/Scripts/NodeDataCache.cs @@ -220,7 +220,6 @@ namespace XNode { } } - [System.Serializable] private class PortDataCache : Dictionary> { } } }