public GameObjectService(IEnumerable <GameObject> initialObjects, AssetService assetService) { _gameObjects = new IntMap <GameObject>(initialObjects); _assetService = assetService; _componentService = new ComponentService(this, assetService); }