Minimalizing Kernel

This commit is contained in:
2026-02-13 13:21:36 -05:00
parent fd4c07844b
commit bdd9b7bed8
8 changed files with 343 additions and 95 deletions

View File

@@ -10,5 +10,6 @@ namespace Awperative;
/// </summary>
public abstract partial class Docker
{
internal HashSet<Behavior> _components;
internal Scene DockerScene;
public List<Behavior> Behaviors => _behaviors.ToList();
}