Add a docstring to engine.Configuration
This commit is contained in:
parent
4124d1ae4e
commit
31bec25dcf
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ if TYPE_CHECKING:
|
|||
|
||||
@dataclass
|
||||
class Configuration:
|
||||
'''Configuration of the game engine'''
|
||||
map_size: Size
|
||||
|
||||
class Engine:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue