Skip to content

Commit 3b22cde

Browse files
committed
fixed the missing building costs
1 parent 84e4c92 commit 3b22cde

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)