Define as Dict
This commit is contained in:
parent
e459790483
commit
550c8b92ac
@ -9,7 +9,7 @@ from core import debug
|
|||||||
|
|
||||||
class helpManager():
|
class helpManager():
|
||||||
def __init__(self):
|
def __init__(self):
|
||||||
self.helpDict = None
|
self.helpDict = {}
|
||||||
self.tutorialListIndex = None
|
self.tutorialListIndex = None
|
||||||
def initialize(self, environment):
|
def initialize(self, environment):
|
||||||
self.env = environment
|
self.env = environment
|
||||||
|
Loading…
Reference in New Issue
Block a user