Managed the freeing of entityplacers. Also cleaned up EntityManager

This commit is contained in:
Katharina Ziolkowski
2026-02-03 15:36:59 +01:00
parent bcbc074c86
commit b65a3bbd6d
8 changed files with 92 additions and 39 deletions
@@ -28,6 +28,6 @@ public abstract class PositionalEntity : Entity
}
// Deals with Instantiation of the node
public abstract void AddEntity(Node2D parent);
public abstract void InstantiateEntityNode(Node2D parent);
}