Issue #13: support local restrictions.

This commit is contained in:
Sergey Vartanov 2021-09-12 06:09:41 +03:00
parent ce6233486c
commit 34d7ae0dbc
7 changed files with 82 additions and 55 deletions

View file

@ -53,6 +53,7 @@ class MapConfiguration:
level: str = "overground"
seed: str = ""
show_tooltips: bool = False
country: str = "world"
@classmethod
def from_options(