From 0dfc3bec974334e126fe5296285a0a4488296d69 Mon Sep 17 00:00:00 2001 From: Pascal Serrarens Date: Mon, 29 Jun 2026 13:06:33 +0200 Subject: [PATCH] Added Outerbounds --- Runtime/Scripts/Core/Cluster.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Runtime/Scripts/Core/Cluster.cs b/Runtime/Scripts/Core/Cluster.cs index b105e5b..ef0cac0 100644 --- a/Runtime/Scripts/Core/Cluster.cs +++ b/Runtime/Scripts/Core/Cluster.cs @@ -66,6 +66,7 @@ namespace NanoBrain { /// /// In a multi-cluster each instance can be used for a thing. /// Cluster instance may also not (yet) be mapped to a thing. + [NonSerialized] public Dictionary thingClusters = new(); ///