Open github-actions[bot] opened 4 weeks ago
https://github.com/trymnilsen/kingdomarchitect/blob/b709b7e6d1bb27f0fd76d52b2a77856c4e0e10d6/ts/src/game/component/building/buildingComponent.ts#L40
} get remainingItems(): ReadonlyArray<InventoryItemQuantity> { //TODO: Optimize with a map not null return neededBuildResources .filter((resourceNeeded) => { const providedAmount =
https://github.com/trymnilsen/kingdomarchitect/blob/b709b7e6d1bb27f0fd76d52b2a77856c4e0e10d6/ts/src/game/component/building/buildingComponent.ts#L40