Advertisement
RedstoneHair

proxy функция

Feb 24th, 2023 (edited)
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1. def check_max_upgrades(self, budget: float) -> UpgradeInformation:
  2.         times, cost = self.upgrading_cost.check_max_levels(budget)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement