1
0
mirror of https://github.com/Siccity/xNode.git synced 2025-12-20 01:06:01 +08:00

this does not need to be serialized

This commit is contained in:
Simon Rodriguez 2022-11-28 21:40:48 +01:00
parent 5967cef277
commit aa58c0b1ff

View File

@ -220,7 +220,6 @@ namespace XNode {
}
}
[System.Serializable]
private class PortDataCache : Dictionary<System.Type, Dictionary<string, NodePort>> { }
}
}