merged develop and fixed the very broken demos

This commit is contained in:
Dylan Wilson
2018-07-04 21:50:01 +10:00
137 changed files with 1607 additions and 3800 deletions
@@ -46,5 +46,6 @@ namespace MonoGame.Extended.Entities.Systems
protected void DestroyEntity(int entityId) => _world.DestroyEntity(entityId);
protected Entity CreateEntity() => _world.CreateEntity();
protected Entity GetEntity(int entityId) => _world.GetEntity(entityId);
}
}