Dateien von pykerker übernommen.
This commit is contained in:
7
parser/ParsedCommand.py
Normal file
7
parser/ParsedCommand.py
Normal file
@@ -0,0 +1,7 @@
|
||||
class ParsedCommand():
|
||||
def __init__(self):
|
||||
self.commandid = -1
|
||||
self.verb = None
|
||||
self.gegenstand = None
|
||||
self.objekt = None
|
||||
|
Reference in New Issue
Block a user