distributedStomperPair added
This commit is contained in:
parent
530ce8256f
commit
68176d797e
|
|
@ -19,6 +19,7 @@ EntityType2Ctor = {
|
|||
'nodepath': BasicEntities.NodePathEntity,
|
||||
'platform': PlatformEntity.PlatformEntity,
|
||||
'stomper': nothing,
|
||||
'stomperPair': nothing,
|
||||
'switch': nothing,
|
||||
|
||||
'andLogicObject': nothing,
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ import DistributedBeanBarrelAI
|
|||
import DistributedLiftAI
|
||||
import DistributedDoorEntityAI
|
||||
import DistributedGagBarrelAI
|
||||
#import DistributedStomperPairAI
|
||||
import DistributedStomperPairAI
|
||||
import DistributedSwitchAI
|
||||
import DistributedStomperAI
|
||||
import LogicGateAI
|
||||
|
|
@ -32,6 +32,7 @@ EntityType2Ctor = {
|
|||
'nodepath': nothing,
|
||||
'platform': nothing,
|
||||
'stomper': Functor(cDE, DistributedStomperAI.DistributedStomperAI),
|
||||
'stomperPair': Functor(cDE, DistributedStomperPairAI.DistributedStomperPairAI),
|
||||
'switch': DistributedSwitchAI.DistributedSwitchAI,
|
||||
|
||||
'logicGate': LogicGateAI.LogicGateAI,
|
||||
|
|
|
|||
Loading…
Reference in New Issue