Managed the freeing of entityplacers. Also cleaned up EntityManager
This commit is contained in:
@@ -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);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user