We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84e4c92 + 3b22cde commit 8c31123Copy full SHA for 8c31123
fio_wrapper/models/building_models.py
@@ -31,6 +31,7 @@ class BuildingCost(BaseModel):
31
32
class BuildingTicker(BaseModel):
33
Recipes: Optional[List[BuildingRecipe]]
34
+ BuildingCosts: Optional[List[BuildingCost]]
35
BuildingId: str = Field(min_length=32)
36
Name: str
37
Ticker: str = Field(max_length=3)
0 commit comments