generic Calc.Approach

This commit is contained in:
Matt Thorson
2020-09-22 20:57:43 -07:00
parent 7603c2e795
commit 658624a73d
2 changed files with 10 additions and 3 deletions

View File

@ -6,7 +6,6 @@ namespace Strawberry
public class Scene
{
public float TimeStarted { get; private set; }
public Rect Bounds;
private List<Entity> entities;
private HashSet<Entity> toRemove;