Skip to content

Commit 8c31123

Browse files
authored
Merge pull request #23 from DvorakDwarf/master
Fixed the missing building costs
2 parents 84e4c92 + 3b22cde commit 8c31123

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fio_wrapper/models/building_models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ class BuildingCost(BaseModel):
3131

3232
class BuildingTicker(BaseModel):
3333
Recipes: Optional[List[BuildingRecipe]]
34+
BuildingCosts: Optional[List[BuildingCost]]
3435
BuildingId: str = Field(min_length=32)
3536
Name: str
3637
Ticker: str = Field(max_length=3)

0 commit comments

Comments
 (0)