Purchase delays

This commit is contained in:
Eden Kirin
2023-04-11 17:34:59 +02:00
parent 9425e0fff0
commit 9a2b5befd3
5 changed files with 22 additions and 13 deletions

View File

@ -9,6 +9,8 @@ from hopper.models.product import Product
@dataclass
class GameSettings:
MOVE_DELAY: float = 0.5 # seconds
PURCHASE_START_DELAY: float = 2 # seconds
PURCHASE_FINISHED_DELAY: float = 2 # seconds
@dataclass