Files
pytomb/parser/ParsedCommand.py
2022-01-18 06:40:26 +01:00

8 lines
141 B
Python

class ParsedCommand():
def __init__(self):
self.commandid = -1
self.verb = None
self.gegenstand = None
self.objekt = None