Öffnen der Truhe

This commit is contained in:
Olli Graf
2022-02-06 17:42:01 +01:00
parent f1dbb69004
commit df21a0d29e
7 changed files with 43 additions and 25 deletions

View File

@@ -4,6 +4,7 @@ class ParsedCommand:
self.verb = None
self.gegenstand = None
self.gegenstand2 = None
self.adjektiv = None
self.objekt = None
self.key = '-1'