public SceneBase() { UpdateSystem = new EntityComponentSystem(); RenderSystem = new EntityComponentSystem(); }
static ECSTest() { ecs = new EntityComponentSystem(); }