|
@@ -46,6 +46,7 @@ class EntityCreatorAI(EntityCreatorBase.EntityCreatorBase):
|
|
|
self.privRegisterTypes({
|
|
self.privRegisterTypes({
|
|
|
'cutScene': nothing,
|
|
'cutScene': nothing,
|
|
|
'editMgr': Functor(cLE, EditMgrAI.EditMgrAI),
|
|
'editMgr': Functor(cLE, EditMgrAI.EditMgrAI),
|
|
|
|
|
+ 'entityGroup': nothing,
|
|
|
'entrancePoint': nothing,
|
|
'entrancePoint': nothing,
|
|
|
'levelMgr': Functor(cLE, LevelMgrAI.LevelMgrAI),
|
|
'levelMgr': Functor(cLE, LevelMgrAI.LevelMgrAI),
|
|
|
'logicGate': Functor(cLE, LogicGateAI.LogicGateAI),
|
|
'logicGate': Functor(cLE, LogicGateAI.LogicGateAI),
|