mirror of
https://github.com/Siccity/xNode.git
synced 2025-12-20 17:26:02 +08:00
Removed unused hashset
This commit is contained in:
parent
f38ff44261
commit
80c8b36ab8
@ -8,7 +8,6 @@ namespace XNode {
|
||||
public static class NodeDataCache {
|
||||
private static PortDataCache portDataCache;
|
||||
private static bool Initialized { get { return portDataCache != null; } }
|
||||
private static readonly HashSet<string> skippedDlls = new HashSet<string>() { "UnityEditor", "mscorlib", "System", "System.Xml", "System.Core" };
|
||||
|
||||
/// <summary> Update static ports to reflect class fields. </summary>
|
||||
public static void UpdatePorts(Node node, Dictionary<string, NodePort> ports) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user