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
├~~ LWOPathfindingControlComponent
├~~ LWOProximityMonitorComponent
LWOProjectilePhysComponent
LWOBasePhysComponent
├── LWORigidBodyPhantomComponent
├── LWOPhantomPhysComponent
@ -99,7 +100,6 @@ LWOPlatformComponent
├-> LWOMoverPlatformSubComponent
├-> LWOSimpleMoverPlatformSubComponent
├-> LWORotaterPlatformSubComponent
LWOProjectilePhysComponent
LWOPropertyComponent
LWOPropertyEntranceComponent
LWOPropertyManagementComponent

View File

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