group physicstogether in heirarchy

This commit is contained in:
Aaron Kimbre 2023-06-23 16:56:56 -05:00
parent d44b18e38f
commit c237c16c33
2 changed files with 1 additions and 2 deletions

View File

@ -20,6 +20,7 @@ LWOActivityComponent
LWOBaseCombatAIComponent LWOBaseCombatAIComponent
├~~ LWOPathfindingControlComponent ├~~ LWOPathfindingControlComponent
├~~ LWOProximityMonitorComponent ├~~ LWOProximityMonitorComponent
LWOProjectilePhysComponent
LWOBasePhysComponent LWOBasePhysComponent
├── LWORigidBodyPhantomComponent ├── LWORigidBodyPhantomComponent
├── LWOPhantomPhysComponent ├── LWOPhantomPhysComponent
@ -99,7 +100,6 @@ LWOPlatformComponent
├-> LWOMoverPlatformSubComponent ├-> LWOMoverPlatformSubComponent
├-> LWOSimpleMoverPlatformSubComponent ├-> LWOSimpleMoverPlatformSubComponent
├-> LWORotaterPlatformSubComponent ├-> LWORotaterPlatformSubComponent
LWOProjectilePhysComponent
LWOPropertyComponent LWOPropertyComponent
LWOPropertyEntranceComponent LWOPropertyEntranceComponent
LWOPropertyManagementComponent LWOPropertyManagementComponent

View File

@ -476,7 +476,6 @@ void Entity::Initialize() {
case eReplicaComponentType::BUILD_CONTROLLER: case eReplicaComponentType::BUILD_CONTROLLER:
case eReplicaComponentType::BUILD_ACTIVATOR: case eReplicaComponentType::BUILD_ACTIVATOR:
case eReplicaComponentType::ICON_ONLY: case eReplicaComponentType::ICON_ONLY:
case eReplicaComponentType::DROP_EFFECT: case eReplicaComponentType::DROP_EFFECT:
case eReplicaComponentType::CHEST: case eReplicaComponentType::CHEST:
case eReplicaComponentType::BLUEPRINT: case eReplicaComponentType::BLUEPRINT: