Update attributeManager.py
This commit is contained in:
parent
026b4f55e7
commit
b2dd754d15
@ -16,6 +16,9 @@ class attributeManager():
|
||||
self.env = environment
|
||||
def shutdown(self):
|
||||
pass
|
||||
def updateAttributeData(self, prevAttributes, currAttributes):
|
||||
self.prevAttributes = prevAttributes
|
||||
self.currAttributes = currAttributes
|
||||
def setDefaultAttributes(self):
|
||||
self.defaultAttributes = []
|
||||
self.defaultAttributes.append((
|
||||
|
Loading…
Reference in New Issue
Block a user