Added Outerbounds

This commit is contained in:
Pascal Serrarens 2026-06-29 13:06:33 +02:00
parent 50fd42eeb0
commit 0dfc3bec97

View File

@ -66,6 +66,7 @@ namespace NanoBrain {
/// </summary>
/// 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<int, Cluster> thingClusters = new();
/// <summary>