Player move delay
This commit is contained in:
@ -2,12 +2,14 @@ import logging
|
||||
|
||||
from hopper.models.config import (
|
||||
BoardSettings,
|
||||
GameSettings,
|
||||
InactivityWatchdogSettings,
|
||||
Settings,
|
||||
WSServerSettings,
|
||||
)
|
||||
|
||||
settings = Settings(
|
||||
game=GameSettings(),
|
||||
board=BoardSettings(),
|
||||
inacivity_watchdog=InactivityWatchdogSettings(),
|
||||
log_level=logging.INFO,
|
||||
|
||||
Reference in New Issue
Block a user