.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
README.md
parse_pwe_templates.py
pyproject.toml
pytest.ini
requirements-dev.txt
setup.cfg
setup.py
.github/dependabot.yml
.github/workflows/python.yml
misc/Prime3_MLVL.ksy
src/retro_data_structures/__init__.py
src/retro_data_structures/__main__.py
src/retro_data_structures/asset_manager.py
src/retro_data_structures/base_resource.py
src/retro_data_structures/cli.py
src/retro_data_structures/common_types.py
src/retro_data_structures/compression.py
src/retro_data_structures/crc.py
src/retro_data_structures/data_section.py
src/retro_data_structures/dependencies.py
src/retro_data_structures/exceptions.py
src/retro_data_structures/game_check.py
src/retro_data_structures/pytest.ini
src/retro_data_structures/version.py
src/retro_data_structures.egg-info/PKG-INFO
src/retro_data_structures.egg-info/SOURCES.txt
src/retro_data_structures.egg-info/dependency_links.txt
src/retro_data_structures.egg-info/requires.txt
src/retro_data_structures.egg-info/top_level.txt
src/retro_data_structures/adapters/__init__.py
src/retro_data_structures/adapters/enum_adapter.py
src/retro_data_structures/adapters/offset.py
src/retro_data_structures/construct_extensions/__init__.py
src/retro_data_structures/construct_extensions/alignment.py
src/retro_data_structures/construct_extensions/dict.py
src/retro_data_structures/construct_extensions/json.py
src/retro_data_structures/construct_extensions/misc.py
src/retro_data_structures/construct_extensions/version.py
src/retro_data_structures/conversion/__init__.py
src/retro_data_structures/conversion/ancs.py
src/retro_data_structures/conversion/anim.py
src/retro_data_structures/conversion/asset_converter.py
src/retro_data_structures/conversion/cinf.py
src/retro_data_structures/conversion/cmdl.py
src/retro_data_structures/conversion/conversions.py
src/retro_data_structures/conversion/cskr.py
src/retro_data_structures/conversion/errors.py
src/retro_data_structures/conversion/evnt.py
src/retro_data_structures/conversion/part.py
src/retro_data_structures/conversion/txtr.py
src/retro_data_structures/enums/.gitignore
src/retro_data_structures/enums/__init__.py
src/retro_data_structures/enums/corruption.py
src/retro_data_structures/enums/dkc_returns.py
src/retro_data_structures/enums/echoes.py
src/retro_data_structures/enums/helper.py
src/retro_data_structures/enums/prime.py
src/retro_data_structures/enums/prime_remastered.py
src/retro_data_structures/enums/shared_enums.py
src/retro_data_structures/formats/__init__.py
src/retro_data_structures/formats/ancs.py
src/retro_data_structures/formats/anim.py
src/retro_data_structures/formats/area_collision.py
src/retro_data_structures/formats/arot.py
src/retro_data_structures/formats/audio_group.py
src/retro_data_structures/formats/char.py
src/retro_data_structures/formats/chunk_descriptor.py
src/retro_data_structures/formats/cinf.py
src/retro_data_structures/formats/cmdl.py
src/retro_data_structures/formats/cskr.py
src/retro_data_structures/formats/cspp.py
src/retro_data_structures/formats/dependency_cheating.py
src/retro_data_structures/formats/dgrp.py
src/retro_data_structures/formats/effect_script.py
src/retro_data_structures/formats/evnt.py
src/retro_data_structures/formats/form_descriptor.py
src/retro_data_structures/formats/guid.py
src/retro_data_structures/formats/hier.py
src/retro_data_structures/formats/lights.py
src/retro_data_structures/formats/mapa.py
src/retro_data_structures/formats/mapu.py
src/retro_data_structures/formats/mapw.py
src/retro_data_structures/formats/meta_animation.py
src/retro_data_structures/formats/meta_transition.py
src/retro_data_structures/formats/mlvl.py
src/retro_data_structures/formats/mrea.py
src/retro_data_structures/formats/msbt.py
src/retro_data_structures/formats/pak.py
src/retro_data_structures/formats/pak_gc.py
src/retro_data_structures/formats/pak_wiiu.py
src/retro_data_structures/formats/pas_database.py
src/retro_data_structures/formats/room.py
src/retro_data_structures/formats/sand.py
src/retro_data_structures/formats/savw.py
src/retro_data_structures/formats/scan.py
src/retro_data_structures/formats/script_layer.py
src/retro_data_structures/formats/script_object.py
src/retro_data_structures/formats/strg.py
src/retro_data_structures/formats/tree.py
src/retro_data_structures/formats/txtr.py
src/retro_data_structures/formats/visi.py
src/retro_data_structures/formats/world_geometry.py
src/retro_data_structures/properties/.gitignore
src/retro_data_structures/properties/__init__.py
src/retro_data_structures/properties/base_property.py
src/retro_data_structures/properties/shared_archetypes.py
src/retro_data_structures/properties/shared_core.py
src/retro_data_structures/properties/shared_objects.py
src/retro_data_structures/properties/corruption/__init__.py
src/retro_data_structures/properties/corruption/archetypes/Abilities.py
src/retro_data_structures/properties/corruption/archetypes/ActivationTime.py
src/retro_data_structures/properties/corruption/archetypes/ActorParameters.py
src/retro_data_structures/properties/corruption/archetypes/AiDifficultySettings.py
src/retro_data_structures/properties/corruption/archetypes/Armor.py
src/retro_data_structures/properties/corruption/archetypes/AuroraUnit1Data.py
src/retro_data_structures/properties/corruption/archetypes/AuroraUnit2Data.py
src/retro_data_structures/properties/corruption/archetypes/Ball.py
src/retro_data_structures/properties/corruption/archetypes/BallMiscControls.py
src/retro_data_structures/properties/corruption/archetypes/BallMovementControls.py
src/retro_data_structures/properties/corruption/archetypes/BeastRiderData.py
src/retro_data_structures/properties/corruption/archetypes/BerserkerData.py
src/retro_data_structures/properties/corruption/archetypes/BlinkWolfData.py
src/retro_data_structures/properties/corruption/archetypes/BonusCredit.py
src/retro_data_structures/properties/corruption/archetypes/CableProperties.py
src/retro_data_structures/properties/corruption/archetypes/CameraConstraints.py
src/retro_data_structures/properties/corruption/archetypes/CameraControls.py
src/retro_data_structures/properties/corruption/archetypes/CameraFieldOfView.py
src/retro_data_structures/properties/corruption/archetypes/CameraInterpolation.py
src/retro_data_structures/properties/corruption/archetypes/CameraMotion.py
src/retro_data_structures/properties/corruption/archetypes/CameraNavigation.py
src/retro_data_structures/properties/corruption/archetypes/CameraOrientation.py
src/retro_data_structures/properties/corruption/archetypes/CameraPosition.py
src/retro_data_structures/properties/corruption/archetypes/CameraRotation.py
src/retro_data_structures/properties/corruption/archetypes/CameraShakerData.py
src/retro_data_structures/properties/corruption/archetypes/CameraShakerEnvelope.py
src/retro_data_structures/properties/corruption/archetypes/CattleProd.py
src/retro_data_structures/properties/corruption/archetypes/Chakram.py
src/retro_data_structures/properties/corruption/archetypes/ChasePosition.py
src/retro_data_structures/properties/corruption/archetypes/CinematicBlend.py
src/retro_data_structures/properties/corruption/archetypes/CircleLineMode.py
src/retro_data_structures/properties/corruption/archetypes/ColliderPosition.py
src/retro_data_structures/properties/corruption/archetypes/CommandData.py
src/retro_data_structures/properties/corruption/archetypes/ConditionalTest.py
src/retro_data_structures/properties/corruption/archetypes/Connection.py
src/retro_data_structures/properties/corruption/archetypes/ContextActionCombinationLockStruct.py
src/retro_data_structures/properties/corruption/archetypes/ControlCommands.py
src/retro_data_structures/properties/corruption/archetypes/Convergence.py
src/retro_data_structures/properties/corruption/archetypes/CounterConditions.py
src/retro_data_structures/properties/corruption/archetypes/DamageInfo.py
src/retro_data_structures/properties/corruption/archetypes/DamageVulnerability.py
src/retro_data_structures/properties/corruption/archetypes/DarkSamusData.py
src/retro_data_structures/properties/corruption/archetypes/DarkSamusEchoData.py
src/retro_data_structures/properties/corruption/archetypes/DebrisProperties.py
src/retro_data_structures/properties/corruption/archetypes/DebrisPropertiesOrientationEnum.py
src/retro_data_structures/properties/corruption/archetypes/DebugControls.py
src/retro_data_structures/properties/corruption/archetypes/DefenseMechanoidData.py
src/retro_data_structures/properties/corruption/archetypes/DynamicLightFalloff.py
src/retro_data_structures/properties/corruption/archetypes/DynamicLightIntensity.py
src/retro_data_structures/properties/corruption/archetypes/DynamicLightMotionSpline.py
src/retro_data_structures/properties/corruption/archetypes/DynamicLightParent.py
src/retro_data_structures/properties/corruption/archetypes/DynamicLightSpotlight.py
src/retro_data_structures/properties/corruption/archetypes/EditorProperties.py
src/retro_data_structures/properties/corruption/archetypes/ElectricBeamInfo.py
src/retro_data_structures/properties/corruption/archetypes/EnergyWhip.py
src/retro_data_structures/properties/corruption/archetypes/EyePodData.py
src/retro_data_structures/properties/corruption/archetypes/EyePodStruct.py
src/retro_data_structures/properties/corruption/archetypes/FOVInterpolationMethod.py
src/retro_data_structures/properties/corruption/archetypes/FargullHatcherData.py
src/retro_data_structures/properties/corruption/archetypes/FargullHatcherSwarmData.py
src/retro_data_structures/properties/corruption/archetypes/FederationData.py
src/retro_data_structures/properties/corruption/archetypes/FishCloudAggressionData.py
src/retro_data_structures/properties/corruption/archetypes/FlareDef.py
src/retro_data_structures/properties/corruption/archetypes/FluidProperties.py
src/retro_data_structures/properties/corruption/archetypes/FlyerMovementMode.py
src/retro_data_structures/properties/corruption/archetypes/FlyerSwarmData.py
src/retro_data_structures/properties/corruption/archetypes/FlyingPirateData.py
src/retro_data_structures/properties/corruption/archetypes/FlyingPirateHelixMissileData.py
src/retro_data_structures/properties/corruption/archetypes/FlyingPirateStruct.py
src/retro_data_structures/properties/corruption/archetypes/FriendlyData.py
src/retro_data_structures/properties/corruption/archetypes/GandraydaData.py
src/retro_data_structures/properties/corruption/archetypes/GeneratedObjectDeleterProperties.py
src/retro_data_structures/properties/corruption/archetypes/GhorStructA.py
src/retro_data_structures/properties/corruption/archetypes/GhorStructB.py
src/retro_data_structures/properties/corruption/archetypes/GhorStructC.py
src/retro_data_structures/properties/corruption/archetypes/GragnolFlyerData.py
src/retro_data_structures/properties/corruption/archetypes/GrappleBlock.py
src/retro_data_structures/properties/corruption/archetypes/GrappleData.py
src/retro_data_structures/properties/corruption/archetypes/GrappleInfo.py
src/retro_data_structures/properties/corruption/archetypes/GuiWidgetProperties.py
src/retro_data_structures/properties/corruption/archetypes/GunTurretBaseData.py
src/retro_data_structures/properties/corruption/archetypes/GunTurretTopData.py
src/retro_data_structures/properties/corruption/archetypes/HealthInfo.py
src/retro_data_structures/properties/corruption/archetypes/HoverThenHomeProjectile.py
src/retro_data_structures/properties/corruption/archetypes/HyperMode.py
src/retro_data_structures/properties/corruption/archetypes/HyperModeData.py
src/retro_data_structures/properties/corruption/archetypes/InterpolationMethod.py
src/retro_data_structures/properties/corruption/archetypes/Inventory.py
src/retro_data_structures/properties/corruption/archetypes/InventoryControls.py
src/retro_data_structures/properties/corruption/archetypes/JetPack.py
src/retro_data_structures/properties/corruption/archetypes/KorakkData.py
src/retro_data_structures/properties/corruption/archetypes/KorbaMawData.py
src/retro_data_structures/properties/corruption/archetypes/KorbaSnatcherData.py
src/retro_data_structures/properties/corruption/archetypes/LaunchProjectileData.py
src/retro_data_structures/properties/corruption/archetypes/LayerID.py
src/retro_data_structures/properties/corruption/archetypes/LayerInfo.py
src/retro_data_structures/properties/corruption/archetypes/LightParameters.py
src/retro_data_structures/properties/corruption/archetypes/MapControls.py
src/retro_data_structures/properties/corruption/archetypes/MetroidHatcherData.py
src/retro_data_structures/properties/corruption/archetypes/MetroidHopperData.py
src/retro_data_structures/properties/corruption/archetypes/MetroidHopperStruct.py
src/retro_data_structures/properties/corruption/archetypes/MetroidPhazeoidData.py
src/retro_data_structures/properties/corruption/archetypes/MetroidPhazeoidStruct.py
src/retro_data_structures/properties/corruption/archetypes/Misc.py
src/retro_data_structures/properties/corruption/archetypes/ModIncaData.py
src/retro_data_structures/properties/corruption/archetypes/MotionInterpolationMethod.py
src/retro_data_structures/properties/corruption/archetypes/MultiModelActorStruct.py
src/retro_data_structures/properties/corruption/archetypes/MultiModelInformation.py
src/retro_data_structures/properties/corruption/archetypes/MysteryFlyerData.py
src/retro_data_structures/properties/corruption/archetypes/NonSlowdown.py
src/retro_data_structures/properties/corruption/archetypes/OffsetInterpolant.py
src/retro_data_structures/properties/corruption/archetypes/OffsetPosition.py
src/retro_data_structures/properties/corruption/archetypes/OffsetSplines.py
src/retro_data_structures/properties/corruption/archetypes/OptionalAreaAssetTypes.py
src/retro_data_structures/properties/corruption/archetypes/OrientationInterpolationMethod.py
src/retro_data_structures/properties/corruption/archetypes/PIDConvergence.py
src/retro_data_structures/properties/corruption/archetypes/PTCNoseTurretData.py
src/retro_data_structures/properties/corruption/archetypes/ParticleBlaster.py
src/retro_data_structures/properties/corruption/archetypes/PathDetermination.py
src/retro_data_structures/properties/corruption/archetypes/PathDeterminationMethodType.py
src/retro_data_structures/properties/corruption/archetypes/PathPosition.py
src/retro_data_structures/properties/corruption/archetypes/PathType.py
src/retro_data_structures/properties/corruption/archetypes/PatternedAITypedef.py
src/retro_data_structures/properties/corruption/archetypes/PhaazoidData.py
src/retro_data_structures/properties/corruption/archetypes/PhazonFlyerSwarmData.py
src/retro_data_structures/properties/corruption/archetypes/PhazonHarvesterData.py
src/retro_data_structures/properties/corruption/archetypes/PhazonLeechData.py
src/retro_data_structures/properties/corruption/archetypes/PhazonPuddleData.py
src/retro_data_structures/properties/corruption/archetypes/PhysicsDebrisProperties.py
src/retro_data_structures/properties/corruption/archetypes/PhysicsDebrisPropertiesOrientationEnum.py
src/retro_data_structures/properties/corruption/archetypes/PirateDroneData.py
src/retro_data_structures/properties/corruption/archetypes/PlasmaBeamInfo.py
src/retro_data_structures/properties/corruption/archetypes/PlatformMotionProperties.py
src/retro_data_structures/properties/corruption/archetypes/PlayerActorStruct.py
src/retro_data_structures/properties/corruption/archetypes/PlayerControls.py
src/retro_data_structures/properties/corruption/archetypes/PlayerInventoryItem.py
src/retro_data_structures/properties/corruption/archetypes/PlayerMiscControls.py
src/retro_data_structures/properties/corruption/archetypes/PlayerMovementControls.py
src/retro_data_structures/properties/corruption/archetypes/PlayerWeaponControls.py
src/retro_data_structures/properties/corruption/archetypes/ProportionalConvergence.py
src/retro_data_structures/properties/corruption/archetypes/PuddleControlData.py
src/retro_data_structures/properties/corruption/archetypes/PuddleControlPhaseData.py
src/retro_data_structures/properties/corruption/archetypes/RagDollData.py
src/retro_data_structures/properties/corruption/archetypes/RainProperties.py
src/retro_data_structures/properties/corruption/archetypes/ReptilicusHunterData.py
src/retro_data_structures/properties/corruption/archetypes/ReptilicusHunterStruct.py
src/retro_data_structures/properties/corruption/archetypes/RevolutionPhysicalControl.py
src/retro_data_structures/properties/corruption/archetypes/Ridley1Data.py
src/retro_data_structures/properties/corruption/archetypes/RotationSplines.py
src/retro_data_structures/properties/corruption/archetypes/RundasData.py
src/retro_data_structures/properties/corruption/archetypes/SavedStateID.py
src/retro_data_structures/properties/corruption/archetypes/ScaleSplines.py
src/retro_data_structures/properties/corruption/archetypes/ScanBeamInfo.py
src/retro_data_structures/properties/corruption/archetypes/ScanInfoSecondaryModel.py
src/retro_data_structures/properties/corruption/archetypes/ScannableParameters.py
src/retro_data_structures/properties/corruption/archetypes/SeedBoss1Action.py
src/retro_data_structures/properties/corruption/archetypes/SeedBoss1Data.py
src/retro_data_structures/properties/corruption/archetypes/SeedBoss1HandData.py
src/retro_data_structures/properties/corruption/archetypes/SeedBoss1OrbData.py
src/retro_data_structures/properties/corruption/archetypes/SeedBoss1Shield.py
src/retro_data_structures/properties/corruption/archetypes/SeedBoss1Stage.py
src/retro_data_structures/properties/corruption/archetypes/SeedBoss2PrimeBotData.py
src/retro_data_structures/properties/corruption/archetypes/SeedBoss3Data.py
src/retro_data_structures/properties/corruption/archetypes/ShadowProjection.py
src/retro_data_structures/properties/corruption/archetypes/ShellBugData.py
src/retro_data_structures/properties/corruption/archetypes/Ship.py
src/retro_data_structures/properties/corruption/archetypes/ShipData.py
src/retro_data_structures/properties/corruption/archetypes/ShipDecalControllerStruct.py
src/retro_data_structures/properties/corruption/archetypes/ShockWaveInfo.py
src/retro_data_structures/properties/corruption/archetypes/SpacePirateData.py
src/retro_data_structures/properties/corruption/archetypes/SpacePirateStruct.py
src/retro_data_structures/properties/corruption/archetypes/SpacePirateWeaponData.py
src/retro_data_structures/properties/corruption/archetypes/SpindleOrientation.py
src/retro_data_structures/properties/corruption/archetypes/SpindlePosition.py
src/retro_data_structures/properties/corruption/archetypes/SpindlePositionInterpolant.py
src/retro_data_structures/properties/corruption/archetypes/SplineType.py
src/retro_data_structures/properties/corruption/archetypes/SpringConvergence.py
src/retro_data_structures/properties/corruption/archetypes/SpriteStruct.py
src/retro_data_structures/properties/corruption/archetypes/StaticGeometryTest.py
src/retro_data_structures/properties/corruption/archetypes/SteamBotData.py
src/retro_data_structures/properties/corruption/archetypes/SteamLordData.py
src/retro_data_structures/properties/corruption/archetypes/SurfaceOrientation.py
src/retro_data_structures/properties/corruption/archetypes/SurfacePosition.py
src/retro_data_structures/properties/corruption/archetypes/SurroundPan.py
src/retro_data_structures/properties/corruption/archetypes/SwarmBasicsData.py
src/retro_data_structures/properties/corruption/archetypes/SwarmBotData.py
src/retro_data_structures/properties/corruption/archetypes/SwarmSoundData.py
src/retro_data_structures/properties/corruption/archetypes/TBallTransitionResources.py
src/retro_data_structures/properties/corruption/archetypes/TBeamInfo.py
src/retro_data_structures/properties/corruption/archetypes/TDamageInfo.py
src/retro_data_structures/properties/corruption/archetypes/TGunResources.py
src/retro_data_structures/properties/corruption/archetypes/TWeaponDamage.py
src/retro_data_structures/properties/corruption/archetypes/TeamAIDebugEnum.py
src/retro_data_structures/properties/corruption/archetypes/TextProperties.py
src/retro_data_structures/properties/corruption/archetypes/Transform.py
src/retro_data_structures/properties/corruption/archetypes/TranslationSplines.py
src/retro_data_structures/properties/corruption/archetypes/TriggerInfo.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct1.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct10.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct11.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct12.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct13.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct14.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct15.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct16.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct17.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct18.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct19.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct2.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct20.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct21.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct22.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct23.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct24.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct25.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct26.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct27.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct28.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct29.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct3.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct30.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct31.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct32.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct33.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct34.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct35.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct36.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct37.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct38.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct39.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct4.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct40.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct41.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct42.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct43.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct44.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct45.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct47.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct48.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct50.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct51.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct52.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct53.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct54.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct55.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct56.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct57.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct58.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct59.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct6.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct60.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct61.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct63.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct64.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct65.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct66.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct7.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct8.py
src/retro_data_structures/properties/corruption/archetypes/UnknownStruct9.py
src/retro_data_structures/properties/corruption/archetypes/Vector2f.py
src/retro_data_structures/properties/corruption/archetypes/VelocityConvergence.py
src/retro_data_structures/properties/corruption/archetypes/VisorParameters.py
src/retro_data_structures/properties/corruption/archetypes/Visors.py
src/retro_data_structures/properties/corruption/archetypes/WallCrawlerData.py
src/retro_data_structures/properties/corruption/archetypes/WeaponGeneratorProperties.py
src/retro_data_structures/properties/corruption/archetypes/WeaponVulnerability.py
src/retro_data_structures/properties/corruption/archetypes/Weapons.py
src/retro_data_structures/properties/corruption/archetypes/__init__.py
src/retro_data_structures/properties/corruption/archetypes/MiscControls/UnknownStruct1.py
src/retro_data_structures/properties/corruption/archetypes/MiscControls/UnknownStruct2.py
src/retro_data_structures/properties/corruption/archetypes/MiscControls/__init__.py
src/retro_data_structures/properties/corruption/archetypes/RevolutionControl/UnknownStruct1.py
src/retro_data_structures/properties/corruption/archetypes/RevolutionControl/UnknownStruct2.py
src/retro_data_structures/properties/corruption/archetypes/RevolutionControl/UnknownStruct3.py
src/retro_data_structures/properties/corruption/archetypes/RevolutionControl/UnknownStruct4.py
src/retro_data_structures/properties/corruption/archetypes/RevolutionControl/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TIcon/Configurations.py
src/retro_data_structures/properties/corruption/archetypes/TIcon/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakAutoMapper/Base.py
src/retro_data_structures/properties/corruption/archetypes/TweakAutoMapper/DoorColors.py
src/retro_data_structures/properties/corruption/archetypes/TweakAutoMapper/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/BoostBall.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/Camera.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/CannonBall.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/DeathBall.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/FireBall.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/IceBall.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/Misc.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/Movement.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/PhazonBall.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/ScrewAttack.py
src/retro_data_structures/properties/corruption/archetypes/TweakBall/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/Completion.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/Credits.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/HudColorTypedef.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/MovieVolumes.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/ScanVisor.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/ScannableObjectDownloadTimes.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/UnknownStruct1.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/UnknownStruct2.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/UnknownStruct3.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/UnknownStruct4.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/UnknownStruct5.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/VisorColorSchemeTypedef.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/Misc/UnknownStruct1.py
src/retro_data_structures/properties/corruption/archetypes/TweakGui/Misc/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakGuiColors/HUDColorsTypedef.py
src/retro_data_structures/properties/corruption/archetypes/TweakGuiColors/Misc.py
src/retro_data_structures/properties/corruption/archetypes/TweakGuiColors/Multiplayer.py
src/retro_data_structures/properties/corruption/archetypes/TweakGuiColors/TurretHudTypedef.py
src/retro_data_structures/properties/corruption/archetypes/TweakGuiColors/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/AimStuff.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/Collision.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/FirstPersonCamera.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/Frozen.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/Grapple.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/GrappleBeam.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/HyperMode.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/Misc.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/Motion.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/Orbit.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/ScanVisor.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/Shield.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/SuitDamageReduction.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayer/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/Holstering.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/Misc.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/Position.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/Weapons.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/Arm/Position.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/Arm/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/Beam/Misc.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/Beam/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/RicochetDamage/Factor.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerGun/RicochetDamage/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerRes/AutoMapperIcons.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerRes/MapScreenIcons.py
src/retro_data_structures/properties/corruption/archetypes/TweakPlayerRes/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/LockDagger.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/LockFire.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/OuterBeamIcon.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/Scan.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/UnknownStruct1.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/UnknownStruct2.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/UnknownStruct3.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/__init__.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/Charge/Gauge.py
src/retro_data_structures/properties/corruption/archetypes/TweakTargeting/Charge/__init__.py
src/retro_data_structures/properties/corruption/core/AnimationParameters.py
src/retro_data_structures/properties/corruption/core/AssetId.py
src/retro_data_structures/properties/corruption/core/Color.py
src/retro_data_structures/properties/corruption/core/Spline.py
src/retro_data_structures/properties/corruption/core/Vector.py
src/retro_data_structures/properties/corruption/core/__init__.py
src/retro_data_structures/properties/corruption/objects/AIFuse.py
src/retro_data_structures/properties/corruption/objects/AIHint.py
src/retro_data_structures/properties/corruption/objects/AIKeyframe.py
src/retro_data_structures/properties/corruption/objects/AITaskPoint.py
src/retro_data_structures/properties/corruption/objects/AIWaypoint.py
src/retro_data_structures/properties/corruption/objects/AVIS.py
src/retro_data_structures/properties/corruption/objects/AVMC.py
src/retro_data_structures/properties/corruption/objects/Achievement.py
src/retro_data_structures/properties/corruption/objects/Actor.py
src/retro_data_structures/properties/corruption/objects/ActorKeyframe.py
src/retro_data_structures/properties/corruption/objects/ActorMorph.py
src/retro_data_structures/properties/corruption/objects/ActorTransform.py
src/retro_data_structures/properties/corruption/objects/AlarmController.py
src/retro_data_structures/properties/corruption/objects/AmbientAI.py
src/retro_data_structures/properties/corruption/objects/AreaAttributes.py
src/retro_data_structures/properties/corruption/objects/AreaDamage.py
src/retro_data_structures/properties/corruption/objects/AreaStreamedAudioState.py
src/retro_data_structures/properties/corruption/objects/AtomicAlpha.py
src/retro_data_structures/properties/corruption/objects/AudioOccluder.py
src/retro_data_structures/properties/corruption/objects/AuroraUnit1.py
src/retro_data_structures/properties/corruption/objects/AuroraUnit2.py
src/retro_data_structures/properties/corruption/objects/BallTrigger.py
src/retro_data_structures/properties/corruption/objects/Beam.py
src/retro_data_structures/properties/corruption/objects/BeastRider.py
src/retro_data_structures/properties/corruption/objects/Berserker.py
src/retro_data_structures/properties/corruption/objects/BlinkWolf.py
src/retro_data_structures/properties/corruption/objects/Cable.py
src/retro_data_structures/properties/corruption/objects/CameraBlurKeyframe.py
src/retro_data_structures/properties/corruption/objects/CameraFilterKeyframe.py
src/retro_data_structures/properties/corruption/objects/CameraHint.py
src/retro_data_structures/properties/corruption/objects/CameraPitch.py
src/retro_data_structures/properties/corruption/objects/CameraShaker.py
src/retro_data_structures/properties/corruption/objects/CannonBall.py
src/retro_data_structures/properties/corruption/objects/CinematicCamera.py
src/retro_data_structures/properties/corruption/objects/ColorModulate.py
src/retro_data_structures/properties/corruption/objects/CombatTrooper.py
src/retro_data_structures/properties/corruption/objects/ConditionalRelay.py
src/retro_data_structures/properties/corruption/objects/ContextActionButtonPressing.py
src/retro_data_structures/properties/corruption/objects/ContextActionCombinationLock.py
src/retro_data_structures/properties/corruption/objects/ContextActionImageFocus.py
src/retro_data_structures/properties/corruption/objects/ContextActionWelding.py
src/retro_data_structures/properties/corruption/objects/ContextSensitiveAction.py
src/retro_data_structures/properties/corruption/objects/ContextSensitiveActivator.py
src/retro_data_structures/properties/corruption/objects/ControlHint.py
src/retro_data_structures/properties/corruption/objects/ControllerAction.py
src/retro_data_structures/properties/corruption/objects/Counter.py
src/retro_data_structures/properties/corruption/objects/CoverPoint.py
src/retro_data_structures/properties/corruption/objects/CrossAreaRelay.py
src/retro_data_structures/properties/corruption/objects/DamageActor.py
src/retro_data_structures/properties/corruption/objects/DamageableTrigger.py
src/retro_data_structures/properties/corruption/objects/DamageableTriggerOrientated.py
src/retro_data_structures/properties/corruption/objects/DarkSamus.py
src/retro_data_structures/properties/corruption/objects/DarkSamusEcho.py
src/retro_data_structures/properties/corruption/objects/Debris.py
src/retro_data_structures/properties/corruption/objects/DefenseMechanoid.py
src/retro_data_structures/properties/corruption/objects/DialogueMenu.py
src/retro_data_structures/properties/corruption/objects/DistanceFog.py
src/retro_data_structures/properties/corruption/objects/Dock.py
src/retro_data_structures/properties/corruption/objects/Door.py
src/retro_data_structures/properties/corruption/objects/DynamicLight.py
src/retro_data_structures/properties/corruption/objects/Effect.py
src/retro_data_structures/properties/corruption/objects/EffectRepulsor.py
src/retro_data_structures/properties/corruption/objects/ElectroMagneticPulse.py
src/retro_data_structures/properties/corruption/objects/EnvFxDensityController.py
src/retro_data_structures/properties/corruption/objects/EyePod.py
src/retro_data_structures/properties/corruption/objects/FalsePerspective.py
src/retro_data_structures/properties/corruption/objects/FargullHatcher.py
src/retro_data_structures/properties/corruption/objects/FargullHatcherSwarm.py
src/retro_data_structures/properties/corruption/objects/FishCloud.py
src/retro_data_structures/properties/corruption/objects/FishCloudModifier.py
src/retro_data_structures/properties/corruption/objects/FlyerSwarm.py
src/retro_data_structures/properties/corruption/objects/FlyingPirate.py
src/retro_data_structures/properties/corruption/objects/FogOverlay.py
src/retro_data_structures/properties/corruption/objects/FogVolume.py
src/retro_data_structures/properties/corruption/objects/Friendly.py
src/retro_data_structures/properties/corruption/objects/Gandrayda.py
src/retro_data_structures/properties/corruption/objects/GellSac.py
src/retro_data_structures/properties/corruption/objects/GeneratedObjectDeleter.py
src/retro_data_structures/properties/corruption/objects/Generator.py
src/retro_data_structures/properties/corruption/objects/GhorLowerBody.py
src/retro_data_structures/properties/corruption/objects/GhorUpperBody.py
src/retro_data_structures/properties/corruption/objects/GragnolFlyer.py
src/retro_data_structures/properties/corruption/objects/GrapplePoint.py
src/retro_data_structures/properties/corruption/objects/GuiMenu.py
src/retro_data_structures/properties/corruption/objects/GuiScreen.py
src/retro_data_structures/properties/corruption/objects/GuiSlider.py
src/retro_data_structures/properties/corruption/objects/GuiWidget.py
src/retro_data_structures/properties/corruption/objects/GunTurretBase.py
src/retro_data_structures/properties/corruption/objects/GunTurretTop.py
src/retro_data_structures/properties/corruption/objects/HUDHint.py
src/retro_data_structures/properties/corruption/objects/HUDMemo.py
src/retro_data_structures/properties/corruption/objects/IFT.py
src/retro_data_structures/properties/corruption/objects/Korakk.py
src/retro_data_structures/properties/corruption/objects/KorbaMaw.py
src/retro_data_structures/properties/corruption/objects/KorbaSnatcherSwarm.py
src/retro_data_structures/properties/corruption/objects/LODController.py
src/retro_data_structures/properties/corruption/objects/LUAScript.py
src/retro_data_structures/properties/corruption/objects/LightVolume.py
src/retro_data_structures/properties/corruption/objects/MemoryRelay.py
src/retro_data_structures/properties/corruption/objects/Metaree.py
src/retro_data_structures/properties/corruption/objects/MetroidHatcher.py
src/retro_data_structures/properties/corruption/objects/MetroidHopper.py
src/retro_data_structures/properties/corruption/objects/MetroidPhazeoid.py
src/retro_data_structures/properties/corruption/objects/MiiAccessory.py
src/retro_data_structures/properties/corruption/objects/MinorIng.py
src/retro_data_structures/properties/corruption/objects/MultiModelActor.py
src/retro_data_structures/properties/corruption/objects/MysteryFlyer.py
src/retro_data_structures/properties/corruption/objects/Nightbarb.py
src/retro_data_structures/properties/corruption/objects/NoseTurret.py
src/retro_data_structures/properties/corruption/objects/OptionalAreaAsset.py
src/retro_data_structures/properties/corruption/objects/Parasite.py
src/retro_data_structures/properties/corruption/objects/PathControl.py
src/retro_data_structures/properties/corruption/objects/PathMeshCtrl.py
src/retro_data_structures/properties/corruption/objects/Phaazoid.py
src/retro_data_structures/properties/corruption/objects/PhazonFlyerSwarm.py
src/retro_data_structures/properties/corruption/objects/PhazonHarvester.py
src/retro_data_structures/properties/corruption/objects/PhazonLeech.py
src/retro_data_structures/properties/corruption/objects/PhazonPuddle.py
src/retro_data_structures/properties/corruption/objects/PhazonPuffer.py
src/retro_data_structures/properties/corruption/objects/PhazonTentacle.py
src/retro_data_structures/properties/corruption/objects/PhysicsDebris.py
src/retro_data_structures/properties/corruption/objects/Pickup.py
src/retro_data_structures/properties/corruption/objects/PillBug.py
src/retro_data_structures/properties/corruption/objects/PirateDrone.py
src/retro_data_structures/properties/corruption/objects/PlantScarabSwarm.py
src/retro_data_structures/properties/corruption/objects/Platform.py
src/retro_data_structures/properties/corruption/objects/PlayerActor.py
src/retro_data_structures/properties/corruption/objects/PlayerGravityScalar.py
src/retro_data_structures/properties/corruption/objects/PlayerHint.py
src/retro_data_structures/properties/corruption/objects/PlayerProxy.py
src/retro_data_structures/properties/corruption/objects/PlayerUserAnimPoint.py
src/retro_data_structures/properties/corruption/objects/PointOfInterest.py
src/retro_data_structures/properties/corruption/objects/PositionRelay.py
src/retro_data_structures/properties/corruption/objects/Puffer.py
src/retro_data_structures/properties/corruption/objects/RSPL.py
src/retro_data_structures/properties/corruption/objects/RadialDamage.py
src/retro_data_structures/properties/corruption/objects/RandomRelay.py
src/retro_data_structures/properties/corruption/objects/Relay.py
src/retro_data_structures/properties/corruption/objects/ReptilicusHunter.py
src/retro_data_structures/properties/corruption/objects/Repulsor.py
src/retro_data_structures/properties/corruption/objects/Ridley1.py
src/retro_data_structures/properties/corruption/objects/Ripple.py
src/retro_data_structures/properties/corruption/objects/RoomAcoustics.py
src/retro_data_structures/properties/corruption/objects/RumbleEffect.py
src/retro_data_structures/properties/corruption/objects/Rundas.py
src/retro_data_structures/properties/corruption/objects/SamusForm.py
src/retro_data_structures/properties/corruption/objects/ScanBeam.py
src/retro_data_structures/properties/corruption/objects/ScanIncoming.py
src/retro_data_structures/properties/corruption/objects/ScrewAttackWallJumpTarget.py
src/retro_data_structures/properties/corruption/objects/ScriptLayerController.py
src/retro_data_structures/properties/corruption/objects/SeedBoss1.py
src/retro_data_structures/properties/corruption/objects/SeedBoss1Orb.py
src/retro_data_structures/properties/corruption/objects/SeedBoss2BotSwarm.py
src/retro_data_structures/properties/corruption/objects/SeedBoss2GiantForm.py
src/retro_data_structures/properties/corruption/objects/SeedBoss2PrimeBot.py
src/retro_data_structures/properties/corruption/objects/SeedBoss3.py
src/retro_data_structures/properties/corruption/objects/SequenceTimer.py
src/retro_data_structures/properties/corruption/objects/ShadowProjector.py
src/retro_data_structures/properties/corruption/objects/ShellBug.py
src/retro_data_structures/properties/corruption/objects/Ship.py
src/retro_data_structures/properties/corruption/objects/ShipBombingRun.py
src/retro_data_structures/properties/corruption/objects/ShipCommandIcon.py
src/retro_data_structures/properties/corruption/objects/ShipCommandPath.py
src/retro_data_structures/properties/corruption/objects/ShipDecalController.py
src/retro_data_structures/properties/corruption/objects/ShipHudControl.py
src/retro_data_structures/properties/corruption/objects/ShipProxy.py
src/retro_data_structures/properties/corruption/objects/SkyRipple.py
src/retro_data_structures/properties/corruption/objects/SkyboxModInca.py
src/retro_data_structures/properties/corruption/objects/SnagVineHelper.py
src/retro_data_structures/properties/corruption/objects/Sound.py
src/retro_data_structures/properties/corruption/objects/SoundModifier.py
src/retro_data_structures/properties/corruption/objects/SpacePirate.py
src/retro_data_structures/properties/corruption/objects/SpawnPoint.py
src/retro_data_structures/properties/corruption/objects/SpecialFunction.py
src/retro_data_structures/properties/corruption/objects/SpiderBallAttractionSurface.py
src/retro_data_structures/properties/corruption/objects/SpiderBallWaypoint.py
src/retro_data_structures/properties/corruption/objects/Spinner.py
src/retro_data_structures/properties/corruption/objects/Sprite.py
src/retro_data_structures/properties/corruption/objects/Steam.py
src/retro_data_structures/properties/corruption/objects/SteamBot.py
src/retro_data_structures/properties/corruption/objects/SteamDrone.py
src/retro_data_structures/properties/corruption/objects/SteamLord.py
src/retro_data_structures/properties/corruption/objects/StreamedAudio.py
src/retro_data_structures/properties/corruption/objects/StreamedAudioModifier.py
src/retro_data_structures/properties/corruption/objects/StreamedMovie.py
src/retro_data_structures/properties/corruption/objects/Subtitles.py
src/retro_data_structures/properties/corruption/objects/SurfaceControl.py
src/retro_data_structures/properties/corruption/objects/SwarmBot.py
src/retro_data_structures/properties/corruption/objects/Switch.py
src/retro_data_structures/properties/corruption/objects/TargetingPoint.py
src/retro_data_structures/properties/corruption/objects/TeamAI.py
src/retro_data_structures/properties/corruption/objects/TextPane.py
src/retro_data_structures/properties/corruption/objects/TimeKeyframe.py
src/retro_data_structures/properties/corruption/objects/Timer.py
src/retro_data_structures/properties/corruption/objects/Trigger.py
src/retro_data_structures/properties/corruption/objects/VenomWeed.py
src/retro_data_structures/properties/corruption/objects/VisorFlare.py
src/retro_data_structures/properties/corruption/objects/VisorGoo.py
src/retro_data_structures/properties/corruption/objects/VolGroup.py
src/retro_data_structures/properties/corruption/objects/WallCrawlerSwarm.py
src/retro_data_structures/properties/corruption/objects/Water.py
src/retro_data_structures/properties/corruption/objects/Waypoint.py
src/retro_data_structures/properties/corruption/objects/WeaponGenerator.py
src/retro_data_structures/properties/corruption/objects/WorldAttributes.py
src/retro_data_structures/properties/corruption/objects/WorldLightFader.py
src/retro_data_structures/properties/corruption/objects/WorldTeleporter.py
src/retro_data_structures/properties/corruption/objects/WorldTeleporterAttributes.py
src/retro_data_structures/properties/corruption/objects/WorldTransitionChoiceRelay.py
src/retro_data_structures/properties/corruption/objects/__init__.py
src/retro_data_structures/properties/dkc_returns/__init__.py
src/retro_data_structures/properties/dkc_returns/archetypes/ActivationTime.py
src/retro_data_structures/properties/dkc_returns/archetypes/ActorMultiKeyframeData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ActorMultiKeyframeStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/ActorParameters.py
src/retro_data_structures/properties/dkc_returns/archetypes/AdditiveTouchAttackBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/AnimGridModifierData.py
src/retro_data_structures/properties/dkc_returns/archetypes/Animations.py
src/retro_data_structures/properties/dkc_returns/archetypes/AreaAttackBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/AreaDamageData.py
src/retro_data_structures/properties/dkc_returns/archetypes/AreaPathStructA.py
src/retro_data_structures/properties/dkc_returns/archetypes/BalloonBarrelData.py
src/retro_data_structures/properties/dkc_returns/archetypes/BalloonData.py
src/retro_data_structures/properties/dkc_returns/archetypes/BarrelCannonData.py
src/retro_data_structures/properties/dkc_returns/archetypes/BeatUpHandlerStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/BehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/BehaviorsData.py
src/retro_data_structures/properties/dkc_returns/archetypes/BirdBossData.py
src/retro_data_structures/properties/dkc_returns/archetypes/BirdBossStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/BopJumpBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/BopJumpData.py
src/retro_data_structures/properties/dkc_returns/archetypes/BossHUD.py
src/retro_data_structures/properties/dkc_returns/archetypes/BouncyTireData.py
src/retro_data_structures/properties/dkc_returns/archetypes/BouncyTireJumpHeights.py
src/retro_data_structures/properties/dkc_returns/archetypes/CableProperties.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraClip.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraConstraints.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraFieldOfView.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraFraming.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraInterpolation.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraManagerData.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraMotion.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraNavigation.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraOrientation.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraPosition.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraRotation.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraShakerData.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraShakerEnvelope.py
src/retro_data_structures/properties/dkc_returns/archetypes/CameraTracking.py
src/retro_data_structures/properties/dkc_returns/archetypes/CharacterGlueData.py
src/retro_data_structures/properties/dkc_returns/archetypes/CheckpointData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ClingPathControlData.py
src/retro_data_structures/properties/dkc_returns/archetypes/CollisionActorModifierData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ConditionalTest.py
src/retro_data_structures/properties/dkc_returns/archetypes/Connection.py
src/retro_data_structures/properties/dkc_returns/archetypes/ControlCommands.py
src/retro_data_structures/properties/dkc_returns/archetypes/Convergence.py
src/retro_data_structures/properties/dkc_returns/archetypes/CounterConditions.py
src/retro_data_structures/properties/dkc_returns/archetypes/CreditsData.py
src/retro_data_structures/properties/dkc_returns/archetypes/DKBarrelGlueData.py
src/retro_data_structures/properties/dkc_returns/archetypes/DamageEffectData.py
src/retro_data_structures/properties/dkc_returns/archetypes/DamageInfo.py
src/retro_data_structures/properties/dkc_returns/archetypes/DamageVulnerability.py
src/retro_data_structures/properties/dkc_returns/archetypes/DamagedBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/DashModifierData.py
src/retro_data_structures/properties/dkc_returns/archetypes/Data.py
src/retro_data_structures/properties/dkc_returns/archetypes/DeathTikiTransition.py
src/retro_data_structures/properties/dkc_returns/archetypes/DebrisProperties.py
src/retro_data_structures/properties/dkc_returns/archetypes/DebrisPropertiesOrientationEnum.py
src/retro_data_structures/properties/dkc_returns/archetypes/DespawnRules.py
src/retro_data_structures/properties/dkc_returns/archetypes/DrivenIntoGroundBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/DynamicLightFalloff.py
src/retro_data_structures/properties/dkc_returns/archetypes/DynamicLightIntensity.py
src/retro_data_structures/properties/dkc_returns/archetypes/DynamicLightMotionSpline.py
src/retro_data_structures/properties/dkc_returns/archetypes/DynamicLightParent.py
src/retro_data_structures/properties/dkc_returns/archetypes/DynamicLightSpotlight.py
src/retro_data_structures/properties/dkc_returns/archetypes/EditorProperties.py
src/retro_data_structures/properties/dkc_returns/archetypes/FOVInterpolationMethod.py
src/retro_data_structures/properties/dkc_returns/archetypes/FixedDelayRules.py
src/retro_data_structures/properties/dkc_returns/archetypes/FleeBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/FollowPathControlBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/FollowSurfaceBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/FollowWaypointsBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ForestBossStructA.py
src/retro_data_structures/properties/dkc_returns/archetypes/ForestBossStructB.py
src/retro_data_structures/properties/dkc_returns/archetypes/ForestBossStructC.py
src/retro_data_structures/properties/dkc_returns/archetypes/FramingRules.py
src/retro_data_structures/properties/dkc_returns/archetypes/GeneratedObjectDeleterProperties.py
src/retro_data_structures/properties/dkc_returns/archetypes/GenericCreatureData.py
src/retro_data_structures/properties/dkc_returns/archetypes/GenericCreatureStructC.py
src/retro_data_structures/properties/dkc_returns/archetypes/GenericCreatureStructD.py
src/retro_data_structures/properties/dkc_returns/archetypes/GenericCreatureStructE.py
src/retro_data_structures/properties/dkc_returns/archetypes/GrabPlayerBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/GrabbedBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/GroundPoundDetectorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/Groups.py
src/retro_data_structures/properties/dkc_returns/archetypes/GuiWidgetProperties.py
src/retro_data_structures/properties/dkc_returns/archetypes/HealthInfo.py
src/retro_data_structures/properties/dkc_returns/archetypes/HurlHeightRules.py
src/retro_data_structures/properties/dkc_returns/archetypes/IdleBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/InterpolationMethod.py
src/retro_data_structures/properties/dkc_returns/archetypes/IslandAreaStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/IslandHudStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/JungleBossStructA.py
src/retro_data_structures/properties/dkc_returns/archetypes/JungleBossStructB.py
src/retro_data_structures/properties/dkc_returns/archetypes/JungleBossStructC.py
src/retro_data_structures/properties/dkc_returns/archetypes/JungleBossStructD.py
src/retro_data_structures/properties/dkc_returns/archetypes/KongData.py
src/retro_data_structures/properties/dkc_returns/archetypes/KongGrabData.py
src/retro_data_structures/properties/dkc_returns/archetypes/KongGroundPoundData.py
src/retro_data_structures/properties/dkc_returns/archetypes/KongProxyData.py
src/retro_data_structures/properties/dkc_returns/archetypes/KongRunningSlapData.py
src/retro_data_structures/properties/dkc_returns/archetypes/KongSlideData.py
src/retro_data_structures/properties/dkc_returns/archetypes/KongStalledDescentData.py
src/retro_data_structures/properties/dkc_returns/archetypes/KongSwingData.py
src/retro_data_structures/properties/dkc_returns/archetypes/LayerToggle.py
src/retro_data_structures/properties/dkc_returns/archetypes/LightParameters.py
src/retro_data_structures/properties/dkc_returns/archetypes/LocomotionContextEnum.py
src/retro_data_structures/properties/dkc_returns/archetypes/MapControls.py
src/retro_data_structures/properties/dkc_returns/archetypes/MaterialSoundPair.py
src/retro_data_structures/properties/dkc_returns/archetypes/MaterialType.py
src/retro_data_structures/properties/dkc_returns/archetypes/MineCartData.py
src/retro_data_structures/properties/dkc_returns/archetypes/MineCartMaterialSounds.py
src/retro_data_structures/properties/dkc_returns/archetypes/MiscControls.py
src/retro_data_structures/properties/dkc_returns/archetypes/ModifyContactRuleData.py
src/retro_data_structures/properties/dkc_returns/archetypes/MoleCartStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/MoleTrainManagerStructA.py
src/retro_data_structures/properties/dkc_returns/archetypes/MoleTrainManagerStructB.py
src/retro_data_structures/properties/dkc_returns/archetypes/MotionInterpolationMethod.py
src/retro_data_structures/properties/dkc_returns/archetypes/MultiModelActorStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/MultiModelInformation.py
src/retro_data_structures/properties/dkc_returns/archetypes/NonSlowdown.py
src/retro_data_structures/properties/dkc_returns/archetypes/OceanBridgeData.py
src/retro_data_structures/properties/dkc_returns/archetypes/OceanBridgeStructA.py
src/retro_data_structures/properties/dkc_returns/archetypes/OceanBridgeStructB.py
src/retro_data_structures/properties/dkc_returns/archetypes/OffsetInterpolant.py
src/retro_data_structures/properties/dkc_returns/archetypes/OffsetPosition.py
src/retro_data_structures/properties/dkc_returns/archetypes/OffsetSplines.py
src/retro_data_structures/properties/dkc_returns/archetypes/OneShotBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/OptionalAreaAssetTypes.py
src/retro_data_structures/properties/dkc_returns/archetypes/OrientationInterpolationMethod.py
src/retro_data_structures/properties/dkc_returns/archetypes/PIDConvergence.py
src/retro_data_structures/properties/dkc_returns/archetypes/PathDetermination.py
src/retro_data_structures/properties/dkc_returns/archetypes/PathDeterminationMethodType.py
src/retro_data_structures/properties/dkc_returns/archetypes/PathPosition.py
src/retro_data_structures/properties/dkc_returns/archetypes/PatternedAITypedef.py
src/retro_data_structures/properties/dkc_returns/archetypes/PauseHUD.py
src/retro_data_structures/properties/dkc_returns/archetypes/PeanutMaterialEffects.py
src/retro_data_structures/properties/dkc_returns/archetypes/PeanutProperties.py
src/retro_data_structures/properties/dkc_returns/archetypes/PickupData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PickupRelayStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlatformMotionProperties.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerAlternateSkin.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerAttachment.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerAttachmentsData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerAttackBounceData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerBarrelCannonData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerBasicMovementData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerBopAnimThresholds.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerCling2Data.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerCommonData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerCrouchData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerCrushData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerFireReactionData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerHeadTrackingData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerJumpAnimWeights.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerJumpData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerJumpHeights.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerMeleeData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerMountData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerMountRiderData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerMountRiderList.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerMovementParameters.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerMultiKillRewardData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerMultiKillRewardSoundData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerMultiKillRewardTierData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerOffscreenIndicator.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerOffscreenIndicatorIconData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerOffscreenIndicatorTextData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerPeanutGunData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerPeriodicAdditiveAnimationData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerRiseFromTheGraveData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerShieldData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerShieldSplineData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerSlaveData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerSplineAdvancementData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerTarInteractionData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerTeleportData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerTerrainAlignmentData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerTireInteractionData.py
src/retro_data_structures/properties/dkc_returns/archetypes/PlayerType.py
src/retro_data_structures/properties/dkc_returns/archetypes/ProjectileAttackBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ProjectileBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ProjectileBounceData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ProjectileCollisionData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ProjectileData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ProjectileMotionData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ProjectileRenderData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ProjectileRenderOptions.py
src/retro_data_structures/properties/dkc_returns/archetypes/ProportionalConvergence.py
src/retro_data_structures/properties/dkc_returns/archetypes/RagDollData.py
src/retro_data_structures/properties/dkc_returns/archetypes/RambiControllerData.py
src/retro_data_structures/properties/dkc_returns/archetypes/RambiCrateData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ReactiveActorBehavior.py
src/retro_data_structures/properties/dkc_returns/archetypes/ReactiveActorBehaviors.py
src/retro_data_structures/properties/dkc_returns/archetypes/RetronomeMessage.py
src/retro_data_structures/properties/dkc_returns/archetypes/RevolutionPhysicalControl.py
src/retro_data_structures/properties/dkc_returns/archetypes/RobotChickenFlyerStructA.py
src/retro_data_structures/properties/dkc_returns/archetypes/RobotChickenFlyerStructB.py
src/retro_data_structures/properties/dkc_returns/archetypes/RobotChickenStructA.py
src/retro_data_structures/properties/dkc_returns/archetypes/RobotChickenStructB.py
src/retro_data_structures/properties/dkc_returns/archetypes/RotationSplines.py
src/retro_data_structures/properties/dkc_returns/archetypes/SavedStateID.py
src/retro_data_structures/properties/dkc_returns/archetypes/ScaleSplines.py
src/retro_data_structures/properties/dkc_returns/archetypes/SeekerBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SeparateAndReformBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SeparateAndReformParts.py
src/retro_data_structures/properties/dkc_returns/archetypes/Sets.py
src/retro_data_structures/properties/dkc_returns/archetypes/ShadowData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SkinSwapModifierData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SlideBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SpawnBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SpawnPointData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SpindleOrientation.py
src/retro_data_structures/properties/dkc_returns/archetypes/SpindlePosition.py
src/retro_data_structures/properties/dkc_returns/archetypes/SpindlePositionInterpolant.py
src/retro_data_structures/properties/dkc_returns/archetypes/SplineType.py
src/retro_data_structures/properties/dkc_returns/archetypes/SpringConvergence.py
src/retro_data_structures/properties/dkc_returns/archetypes/SquawkProxyData.py
src/retro_data_structures/properties/dkc_returns/archetypes/StackableBlockBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/StunnedByBopBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/StunnedByContactRuleData.py
src/retro_data_structures/properties/dkc_returns/archetypes/StunnedByGroundPoundBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SurfaceOrientation.py
src/retro_data_structures/properties/dkc_returns/archetypes/SurfacePosition.py
src/retro_data_structures/properties/dkc_returns/archetypes/SurroundPan.py
src/retro_data_structures/properties/dkc_returns/archetypes/SuspensionBridgeData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SuspensionBridgeStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/SwingLineBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SwingRopeData.py
src/retro_data_structures/properties/dkc_returns/archetypes/SwoopBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/TandemBeam.py
src/retro_data_structures/properties/dkc_returns/archetypes/TargetPlayerBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/TextProperties.py
src/retro_data_structures/properties/dkc_returns/archetypes/TidalWaveData.py
src/retro_data_structures/properties/dkc_returns/archetypes/TouchAttackBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/TouchAttackDirectionEnum.py
src/retro_data_structures/properties/dkc_returns/archetypes/TrackObjectModuleData.py
src/retro_data_structures/properties/dkc_returns/archetypes/TrackPlayer.py
src/retro_data_structures/properties/dkc_returns/archetypes/TrainTrackManagerStructA.py
src/retro_data_structures/properties/dkc_returns/archetypes/TrainTrackManagerStructB.py
src/retro_data_structures/properties/dkc_returns/archetypes/Transform.py
src/retro_data_structures/properties/dkc_returns/archetypes/TranslationSplines.py
src/retro_data_structures/properties/dkc_returns/archetypes/TriggerInfo.py
src/retro_data_structures/properties/dkc_returns/archetypes/TriggerShape.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct10.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct109.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct11.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct115.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct116.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct118.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct119.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct12.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct122.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct128.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct13.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct132.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct133.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct134.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct135.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct138.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct14.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct140.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct141.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct142.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct143.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct144.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct145.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct146.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct147.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct148.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct149.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct15.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct150.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct151.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct154.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct155.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct156.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct157.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct158.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct159.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct16.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct160.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct161.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct162.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct163.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct164.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct165.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct166.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct167.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct168.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct169.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct17.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct170.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct171.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct172.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct173.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct174.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct175.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct176.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct177.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct178.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct179.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct18.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct180.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct181.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct182.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct183.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct184.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct185.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct186.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct187.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct188.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct189.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct19.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct190.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct191.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct192.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct193.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct194.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct195.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct196.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct197.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct198.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct199.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct20.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct200.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct201.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct202.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct203.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct204.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct205.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct206.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct207.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct208.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct22.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct227.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct228.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct229.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct23.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct230.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct231.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct232.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct233.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct234.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct235.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct236.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct237.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct238.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct239.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct24.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct240.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct241.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct242.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct243.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct244.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct245.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct246.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct247.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct248.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct249.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct250.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct251.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct252.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct253.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct254.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct255.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct256.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct257.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct258.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct259.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct26.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct260.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct261.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct262.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct264.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct265.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct266.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct267.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct268.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct269.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct27.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct270.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct271.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct272.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct273.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct274.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct275.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct276.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct277.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct278.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct279.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct28.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct280.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct281.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct282.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct283.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct284.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct285.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct286.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct287.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct288.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct289.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct29.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct290.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct291.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct292.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct293.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct294.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct295.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct296.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct297.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct298.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct299.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct30.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct31.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct32.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct33.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct34.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct35.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct36.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct47.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct48.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct49.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct50.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct51.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct510.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct52.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct53.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct54.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct55.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct56.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct57.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct58.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct59.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct60.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct61.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct62.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct63.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct64.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct65.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct66.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct67.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct68.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct69.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct7.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct70.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct71.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct72.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct73.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct74.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct76.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct77.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct8.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct83.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct84.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct85.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct86.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct87.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct88.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct89.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct9.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct91.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct92.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct93.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct94.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct95.py
src/retro_data_structures/properties/dkc_returns/archetypes/UnknownStruct96.py
src/retro_data_structures/properties/dkc_returns/archetypes/Vector2f.py
src/retro_data_structures/properties/dkc_returns/archetypes/VelocityConvergence.py
src/retro_data_structures/properties/dkc_returns/archetypes/VerticalFlightBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/VisControl.py
src/retro_data_structures/properties/dkc_returns/archetypes/VolcanoBossBodyPartStructA.py
src/retro_data_structures/properties/dkc_returns/archetypes/VolcanoBossBodyPartStructB.py
src/retro_data_structures/properties/dkc_returns/archetypes/VolcanoBossBodyPartStructC.py
src/retro_data_structures/properties/dkc_returns/archetypes/VolcanoBossBodyPartStructD.py
src/retro_data_structures/properties/dkc_returns/archetypes/WanderBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/WanderRandomTurnData.py
src/retro_data_structures/properties/dkc_returns/archetypes/ZoomBehaviorData.py
src/retro_data_structures/properties/dkc_returns/archetypes/__init__.py
src/retro_data_structures/properties/dkc_returns/archetypes/RevolutionControl/UnknownStruct1.py
src/retro_data_structures/properties/dkc_returns/archetypes/RevolutionControl/UnknownStruct2.py
src/retro_data_structures/properties/dkc_returns/archetypes/RevolutionControl/UnknownStruct3.py
src/retro_data_structures/properties/dkc_returns/archetypes/RevolutionControl/UnknownStruct4.py
src/retro_data_structures/properties/dkc_returns/archetypes/RevolutionControl/__init__.py
src/retro_data_structures/properties/dkc_returns/archetypes/TweakControls/UnknownStruct1.py
src/retro_data_structures/properties/dkc_returns/archetypes/TweakControls/UnknownStruct2.py
src/retro_data_structures/properties/dkc_returns/archetypes/TweakControls/UnknownStruct3.py
src/retro_data_structures/properties/dkc_returns/archetypes/TweakControls/__init__.py
src/retro_data_structures/properties/dkc_returns/archetypes/TweakGraphicalTransitions/UnknownStruct1.py
src/retro_data_structures/properties/dkc_returns/archetypes/TweakGraphicalTransitions/UnknownStruct2.py
src/retro_data_structures/properties/dkc_returns/archetypes/TweakGraphicalTransitions/__init__.py
src/retro_data_structures/properties/dkc_returns/core/AnimationParameters.py
src/retro_data_structures/properties/dkc_returns/core/AssetId.py
src/retro_data_structures/properties/dkc_returns/core/Color.py
src/retro_data_structures/properties/dkc_returns/core/Spline.py
src/retro_data_structures/properties/dkc_returns/core/Vector.py
src/retro_data_structures/properties/dkc_returns/core/__init__.py
src/retro_data_structures/properties/dkc_returns/objects/AIHint.py
src/retro_data_structures/properties/dkc_returns/objects/AIKeyframe.py
src/retro_data_structures/properties/dkc_returns/objects/AIWaypoint.py
src/retro_data_structures/properties/dkc_returns/objects/AVIS.py
src/retro_data_structures/properties/dkc_returns/objects/Acoustics.py
src/retro_data_structures/properties/dkc_returns/objects/Actor.py
src/retro_data_structures/properties/dkc_returns/objects/ActorAnimGridModifier.py
src/retro_data_structures/properties/dkc_returns/objects/ActorKeyframe.py
src/retro_data_structures/properties/dkc_returns/objects/ActorMultiKeyFrame.py
src/retro_data_structures/properties/dkc_returns/objects/ActorTransform.py
src/retro_data_structures/properties/dkc_returns/objects/AreaAttributes.py
src/retro_data_structures/properties/dkc_returns/objects/AreaDamage.py
src/retro_data_structures/properties/dkc_returns/objects/AreaNode.py
src/retro_data_structures/properties/dkc_returns/objects/AreaPath.py
src/retro_data_structures/properties/dkc_returns/objects/AreaStreamedAudioState.py
src/retro_data_structures/properties/dkc_returns/objects/AudioOccluder.py
src/retro_data_structures/properties/dkc_returns/objects/BarrelBalloon.py
src/retro_data_structures/properties/dkc_returns/objects/BarrelCannon.py
src/retro_data_structures/properties/dkc_returns/objects/BeatUpHandler.py
src/retro_data_structures/properties/dkc_returns/objects/BirdBoss.py
src/retro_data_structures/properties/dkc_returns/objects/BloomEffect.py
src/retro_data_structures/properties/dkc_returns/objects/BloomVolume.py
src/retro_data_structures/properties/dkc_returns/objects/BonusRoom.py
src/retro_data_structures/properties/dkc_returns/objects/BouncyTire.py
src/retro_data_structures/properties/dkc_returns/objects/Cable.py
src/retro_data_structures/properties/dkc_returns/objects/CameraBlurKeyframe.py
src/retro_data_structures/properties/dkc_returns/objects/CameraFilterKeyframe.py
src/retro_data_structures/properties/dkc_returns/objects/CameraHint.py
src/retro_data_structures/properties/dkc_returns/objects/CameraManager.py
src/retro_data_structures/properties/dkc_returns/objects/CameraModifier.py
src/retro_data_structures/properties/dkc_returns/objects/CameraShaker.py
src/retro_data_structures/properties/dkc_returns/objects/Checkpoint.py
src/retro_data_structures/properties/dkc_returns/objects/CinematicCamera.py
src/retro_data_structures/properties/dkc_returns/objects/ClingPathControl.py
src/retro_data_structures/properties/dkc_returns/objects/ColorModulate.py
src/retro_data_structures/properties/dkc_returns/objects/ConditionalRelay.py
src/retro_data_structures/properties/dkc_returns/objects/ControllerAction.py
src/retro_data_structures/properties/dkc_returns/objects/Counter.py
src/retro_data_structures/properties/dkc_returns/objects/CreditsScreen.py
src/retro_data_structures/properties/dkc_returns/objects/CustomInterpolation.py
src/retro_data_structures/properties/dkc_returns/objects/DamageArea.py
src/retro_data_structures/properties/dkc_returns/objects/DamageEffect.py
src/retro_data_structures/properties/dkc_returns/objects/DamageableTrigger.py
src/retro_data_structures/properties/dkc_returns/objects/DamageableTriggerOrientated.py
src/retro_data_structures/properties/dkc_returns/objects/Debris.py
src/retro_data_structures/properties/dkc_returns/objects/DepthOfFieldTuner.py
src/retro_data_structures/properties/dkc_returns/objects/DistanceFog.py
src/retro_data_structures/properties/dkc_returns/objects/DynamicLight.py
src/retro_data_structures/properties/dkc_returns/objects/EOLDisplay.py
src/retro_data_structures/properties/dkc_returns/objects/Effect.py
src/retro_data_structures/properties/dkc_returns/objects/EnvFxDensityController.py
src/retro_data_structures/properties/dkc_returns/objects/FactorySwitch.py
src/retro_data_structures/properties/dkc_returns/objects/FalsePerspective.py
src/retro_data_structures/properties/dkc_returns/objects/FogOverlay.py
src/retro_data_structures/properties/dkc_returns/objects/FogVolume.py
src/retro_data_structures/properties/dkc_returns/objects/ForestBoss.py
src/retro_data_structures/properties/dkc_returns/objects/GPTR.py
src/retro_data_structures/properties/dkc_returns/objects/GameManager.py
src/retro_data_structures/properties/dkc_returns/objects/GameOverDisplay.py
src/retro_data_structures/properties/dkc_returns/objects/GeneratedObjectDeleter.py
src/retro_data_structures/properties/dkc_returns/objects/Generator.py
src/retro_data_structures/properties/dkc_returns/objects/GenericCreature.py
src/retro_data_structures/properties/dkc_returns/objects/GenericCreatureGroup.py
src/retro_data_structures/properties/dkc_returns/objects/GroundPoundDetector.py
src/retro_data_structures/properties/dkc_returns/objects/GuiCharacter.py
src/retro_data_structures/properties/dkc_returns/objects/GuiMenu.py
src/retro_data_structures/properties/dkc_returns/objects/GuiSlider.py
src/retro_data_structures/properties/dkc_returns/objects/GuiWidget.py
src/retro_data_structures/properties/dkc_returns/objects/HUD.py
src/retro_data_structures/properties/dkc_returns/objects/HUDProxy.py
src/retro_data_structures/properties/dkc_returns/objects/IslandArea.py
src/retro_data_structures/properties/dkc_returns/objects/IslandHUD.py
src/retro_data_structures/properties/dkc_returns/objects/JungleBoss1.py
src/retro_data_structures/properties/dkc_returns/objects/Kong.py
src/retro_data_structures/properties/dkc_returns/objects/KongProxy.py
src/retro_data_structures/properties/dkc_returns/objects/LODController.py
src/retro_data_structures/properties/dkc_returns/objects/LevelDarkener.py
src/retro_data_structures/properties/dkc_returns/objects/LightVolume.py
src/retro_data_structures/properties/dkc_returns/objects/MEAT.py
src/retro_data_structures/properties/dkc_returns/objects/MemoryRelay.py
src/retro_data_structures/properties/dkc_returns/objects/MineCart.py
src/retro_data_structures/properties/dkc_returns/objects/Mole.py
src/retro_data_structures/properties/dkc_returns/objects/MoleCart.py
src/retro_data_structures/properties/dkc_returns/objects/MoleTrainManager.py
src/retro_data_structures/properties/dkc_returns/objects/MotionPlatform.py
src/retro_data_structures/properties/dkc_returns/objects/MultiModelActor.py
src/retro_data_structures/properties/dkc_returns/objects/MultiplayerSyncRelay.py
src/retro_data_structures/properties/dkc_returns/objects/MusicMaster.py
src/retro_data_structures/properties/dkc_returns/objects/MusicModifier.py
src/retro_data_structures/properties/dkc_returns/objects/MusicTrack.py
src/retro_data_structures/properties/dkc_returns/objects/OceanBridge.py
src/retro_data_structures/properties/dkc_returns/objects/OceanWave.py
src/retro_data_structures/properties/dkc_returns/objects/OptionalAreaAsset.py
src/retro_data_structures/properties/dkc_returns/objects/PathControl.py
src/retro_data_structures/properties/dkc_returns/objects/Peanut.py
src/retro_data_structures/properties/dkc_returns/objects/Pickup.py
src/retro_data_structures/properties/dkc_returns/objects/PilotChicken.py
src/retro_data_structures/properties/dkc_returns/objects/PirateCrab.py
src/retro_data_structures/properties/dkc_returns/objects/PirateCrabManager.py
src/retro_data_structures/properties/dkc_returns/objects/Platform.py
src/retro_data_structures/properties/dkc_returns/objects/PlayerActionHint.py
src/retro_data_structures/properties/dkc_returns/objects/PlayerActor.py
src/retro_data_structures/properties/dkc_returns/objects/PlayerRespawn.py
src/retro_data_structures/properties/dkc_returns/objects/PlayerToken.py
src/retro_data_structures/properties/dkc_returns/objects/PoiObject.py
src/retro_data_structures/properties/dkc_returns/objects/PositionRelay.py
src/retro_data_structures/properties/dkc_returns/objects/ProbabilityRelay.py
src/retro_data_structures/properties/dkc_returns/objects/Projectile.py
src/retro_data_structures/properties/dkc_returns/objects/RadialDamage.py
src/retro_data_structures/properties/dkc_returns/objects/Rambi.py
src/retro_data_structures/properties/dkc_returns/objects/RambiCrate.py
src/retro_data_structures/properties/dkc_returns/objects/ReactiveActor.py
src/retro_data_structures/properties/dkc_returns/objects/ReactiveScale.py
src/retro_data_structures/properties/dkc_returns/objects/Relay.py
src/retro_data_structures/properties/dkc_returns/objects/RelayRandom.py
src/retro_data_structures/properties/dkc_returns/objects/RespawnBalloon.py
src/retro_data_structures/properties/dkc_returns/objects/Retronome.py
src/retro_data_structures/properties/dkc_returns/objects/ReviewControl.py
src/retro_data_structures/properties/dkc_returns/objects/RobotChicken.py
src/retro_data_structures/properties/dkc_returns/objects/RobotChickenFlyer.py
src/retro_data_structures/properties/dkc_returns/objects/RocketBarrel.py
src/retro_data_structures/properties/dkc_returns/objects/RumbleEffect.py
src/retro_data_structures/properties/dkc_returns/objects/ScriptLayerController.py
src/retro_data_structures/properties/dkc_returns/objects/SequenceTimer.py
src/retro_data_structures/properties/dkc_returns/objects/ShadowProjector.py
src/retro_data_structures/properties/dkc_returns/objects/SkyboxModInca.py
src/retro_data_structures/properties/dkc_returns/objects/Sound.py
src/retro_data_structures/properties/dkc_returns/objects/SoundModifier.py
src/retro_data_structures/properties/dkc_returns/objects/SoundModifierData.py
src/retro_data_structures/properties/dkc_returns/objects/SpawnPoint.py
src/retro_data_structures/properties/dkc_returns/objects/SpecialFunction.py
src/retro_data_structures/properties/dkc_returns/objects/Spinner.py
src/retro_data_structures/properties/dkc_returns/objects/SplineModifierVolume.py
src/retro_data_structures/properties/dkc_returns/objects/SplinePath.py
src/retro_data_structures/properties/dkc_returns/objects/SplinePathNetwork.py
src/retro_data_structures/properties/dkc_returns/objects/SquawkProxy.py
src/retro_data_structures/properties/dkc_returns/objects/StreamedAudio.py
src/retro_data_structures/properties/dkc_returns/objects/StreamedMovie.py
src/retro_data_structures/properties/dkc_returns/objects/Subtitles.py
src/retro_data_structures/properties/dkc_returns/objects/SurfaceControl.py
src/retro_data_structures/properties/dkc_returns/objects/SuspensionBridge.py
src/retro_data_structures/properties/dkc_returns/objects/SwingRope.py
src/retro_data_structures/properties/dkc_returns/objects/Switch.py
src/retro_data_structures/properties/dkc_returns/objects/TPND.py
src/retro_data_structures/properties/dkc_returns/objects/TarPit.py
src/retro_data_structures/properties/dkc_returns/objects/TextPane.py
src/retro_data_structures/properties/dkc_returns/objects/TidalWave.py
src/retro_data_structures/properties/dkc_returns/objects/TimeAttackEOLDisplay.py
src/retro_data_structures/properties/dkc_returns/objects/TimeKeyframe.py
src/retro_data_structures/properties/dkc_returns/objects/Timer.py
src/retro_data_structures/properties/dkc_returns/objects/TippyPlatform.py
src/retro_data_structures/properties/dkc_returns/objects/TrainSequence.py
src/retro_data_structures/properties/dkc_returns/objects/TrainTrackManager.py
src/retro_data_structures/properties/dkc_returns/objects/TransitionScreen.py
src/retro_data_structures/properties/dkc_returns/objects/Trigger.py
src/retro_data_structures/properties/dkc_returns/objects/Tutorial.py
src/retro_data_structures/properties/dkc_returns/objects/VerticalRocketBarrel.py
src/retro_data_structures/properties/dkc_returns/objects/VolcanoBossBodyPart.py
src/retro_data_structures/properties/dkc_returns/objects/VolumeGroup.py
src/retro_data_structures/properties/dkc_returns/objects/Waypoint.py
src/retro_data_structures/properties/dkc_returns/objects/WorldAttributes.py
src/retro_data_structures/properties/dkc_returns/objects/WorldLightFader.py
src/retro_data_structures/properties/dkc_returns/objects/__init__.py
src/retro_data_structures/properties/echoes/__init__.py
src/retro_data_structures/properties/echoes/archetypes/ActorParameters.py
src/retro_data_structures/properties/echoes/archetypes/AudioPlaybackParms.py
src/retro_data_structures/properties/echoes/archetypes/BasicSwarmProperties.py
src/retro_data_structures/properties/echoes/archetypes/BehaveChance.py
src/retro_data_structures/properties/echoes/archetypes/BloggStruct.py
src/retro_data_structures/properties/echoes/archetypes/CameraHintStructA.py
src/retro_data_structures/properties/echoes/archetypes/CameraHintStructB.py
src/retro_data_structures/properties/echoes/archetypes/CameraHintStructC.py
src/retro_data_structures/properties/echoes/archetypes/CameraShakerData.py
src/retro_data_structures/properties/echoes/archetypes/ConditionalTest.py
src/retro_data_structures/properties/echoes/archetypes/Connection.py
src/retro_data_structures/properties/echoes/archetypes/ControlHintStruct.py
src/retro_data_structures/properties/echoes/archetypes/ControllerActionStruct.py
src/retro_data_structures/properties/echoes/archetypes/DamageInfo.py
src/retro_data_structures/properties/echoes/archetypes/DamageVulnerability.py
src/retro_data_structures/properties/echoes/archetypes/DarkCommandoData.py
src/retro_data_structures/properties/echoes/archetypes/DigitalGuardianData.py
src/retro_data_structures/properties/echoes/archetypes/DigitalGuardianHeadData.py
src/retro_data_structures/properties/echoes/archetypes/DigitalGuardianHeadStruct.py
src/retro_data_structures/properties/echoes/archetypes/DynamicLightFalloff.py
src/retro_data_structures/properties/echoes/archetypes/DynamicLightIntensity.py
src/retro_data_structures/properties/echoes/archetypes/DynamicLightMotionSpline.py
src/retro_data_structures/properties/echoes/archetypes/DynamicLightParent.py
src/retro_data_structures/properties/echoes/archetypes/DynamicLightSpotlight.py
src/retro_data_structures/properties/echoes/archetypes/EchoParameters.py
src/retro_data_structures/properties/echoes/archetypes/EditorProperties.py
src/retro_data_structures/properties/echoes/archetypes/EmperorIngStage1Data.py
src/retro_data_structures/properties/echoes/archetypes/EmperorIngStage1TentacleData.py
src/retro_data_structures/properties/echoes/archetypes/EmperorIngStage2TentacleData.py
src/retro_data_structures/properties/echoes/archetypes/EmperorIngStage3Data.py
src/retro_data_structures/properties/echoes/archetypes/EmperorIngStage3StructA.py
src/retro_data_structures/properties/echoes/archetypes/EmperorIngStage3StructB.py
src/retro_data_structures/properties/echoes/archetypes/FlareDef.py
src/retro_data_structures/properties/echoes/archetypes/GrappleParameters.py
src/retro_data_structures/properties/echoes/archetypes/GuiWidgetProperties.py
src/retro_data_structures/properties/echoes/archetypes/HealthInfo.py
src/retro_data_structures/properties/echoes/archetypes/IngBoostBallGuardianStruct.py
src/retro_data_structures/properties/echoes/archetypes/IngPossessionData.py
src/retro_data_structures/properties/echoes/archetypes/IngSpaceJumpGuardianStruct.py
src/retro_data_structures/properties/echoes/archetypes/IngSpiderballGuardianStruct.py
src/retro_data_structures/properties/echoes/archetypes/LayerInfo.py
src/retro_data_structures/properties/echoes/archetypes/LayerSwitch.py
src/retro_data_structures/properties/echoes/archetypes/LightParameters.py
src/retro_data_structures/properties/echoes/archetypes/MysteryFlyerData.py
src/retro_data_structures/properties/echoes/archetypes/PatternedAITypedef.py
src/retro_data_structures/properties/echoes/archetypes/PlasmaBeamInfo.py
src/retro_data_structures/properties/echoes/archetypes/PlatformMotionProperties.py
src/retro_data_structures/properties/echoes/archetypes/PowerBombGuardianStageProperties.py
src/retro_data_structures/properties/echoes/archetypes/RezbitData.py
src/retro_data_structures/properties/echoes/archetypes/RotationSplines.py
src/retro_data_structures/properties/echoes/archetypes/SafeZoneStructA.py
src/retro_data_structures/properties/echoes/archetypes/SafeZoneStructB.py
src/retro_data_structures/properties/echoes/archetypes/SandBossData.py
src/retro_data_structures/properties/echoes/archetypes/SandBossStructA.py
src/retro_data_structures/properties/echoes/archetypes/SandBossStructB.py
src/retro_data_structures/properties/echoes/archetypes/SandwormStruct.py
src/retro_data_structures/properties/echoes/archetypes/ScaleSplines.py
src/retro_data_structures/properties/echoes/archetypes/ScanInfoSecondaryModel.py
src/retro_data_structures/properties/echoes/archetypes/ScannableParameters.py
src/retro_data_structures/properties/echoes/archetypes/ShockWaveInfo.py
src/retro_data_structures/properties/echoes/archetypes/SpacePirateWeaponData.py
src/retro_data_structures/properties/echoes/archetypes/SpawnPointStruct.py
src/retro_data_structures/properties/echoes/archetypes/SpindleCameraStruct.py
src/retro_data_structures/properties/echoes/archetypes/SplineType.py
src/retro_data_structures/properties/echoes/archetypes/SplitterMainChassisData.py
src/retro_data_structures/properties/echoes/archetypes/SurroundPan.py
src/retro_data_structures/properties/echoes/archetypes/SwampBossStage1Struct.py
src/retro_data_structures/properties/echoes/archetypes/SwampBossStage2Data.py
src/retro_data_structures/properties/echoes/archetypes/SwampBossStage2Struct.py
src/retro_data_structures/properties/echoes/archetypes/TBallTransitionResources.py
src/retro_data_structures/properties/echoes/archetypes/TBeamInfo.py
src/retro_data_structures/properties/echoes/archetypes/TDamageInfo.py
src/retro_data_structures/properties/echoes/archetypes/TGunResources.py
src/retro_data_structures/properties/echoes/archetypes/TWeaponDamage.py
src/retro_data_structures/properties/echoes/archetypes/TextProperties.py
src/retro_data_structures/properties/echoes/archetypes/Transform.py
src/retro_data_structures/properties/echoes/archetypes/TriggerInfo.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct10.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct11.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct12.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct13.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct14.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct16.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct17.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct2.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct20.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct21.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct22.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct23.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct24.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct26.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct28.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct29.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct3.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct30.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct31.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct32.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct33.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct34.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct35.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct36.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct37.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct38.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct39.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct4.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct40.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct41.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct42.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct43.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct5.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct6.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct7.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct8.py
src/retro_data_structures/properties/echoes/archetypes/UnknownStruct9.py
src/retro_data_structures/properties/echoes/archetypes/Vector2f.py
src/retro_data_structures/properties/echoes/archetypes/VisorParameters.py
src/retro_data_structures/properties/echoes/archetypes/WeaponVulnerability.py
src/retro_data_structures/properties/echoes/archetypes/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TIcon/Configurations.py
src/retro_data_structures/properties/echoes/archetypes/TIcon/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakAutoMapper/Base.py
src/retro_data_structures/properties/echoes/archetypes/TweakAutoMapper/DoorColors.py
src/retro_data_structures/properties/echoes/archetypes/TweakAutoMapper/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakBall/BoostBall.py
src/retro_data_structures/properties/echoes/archetypes/TweakBall/Camera.py
src/retro_data_structures/properties/echoes/archetypes/TweakBall/CannonBall.py
src/retro_data_structures/properties/echoes/archetypes/TweakBall/DeathBall.py
src/retro_data_structures/properties/echoes/archetypes/TweakBall/Misc.py
src/retro_data_structures/properties/echoes/archetypes/TweakBall/Movement.py
src/retro_data_structures/properties/echoes/archetypes/TweakBall/ScrewAttack.py
src/retro_data_structures/properties/echoes/archetypes/TweakBall/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakGame/CoinLimitChoices.py
src/retro_data_structures/properties/echoes/archetypes/TweakGame/FragLimitChoices.py
src/retro_data_structures/properties/echoes/archetypes/TweakGame/TimeLimitChoices.py
src/retro_data_structures/properties/echoes/archetypes/TweakGame/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/Completion.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/Credits.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/DarkVisor.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/EchoVisor.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/HudColorTypedef.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/LogBook.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/Misc.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/MovieVolumes.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/ScanVisor.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/ScannableObjectDownloadTimes.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/VisorColorSchemeTypedef.py
src/retro_data_structures/properties/echoes/archetypes/TweakGui/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakGuiColors/HUDColorsTypedef.py
src/retro_data_structures/properties/echoes/archetypes/TweakGuiColors/Misc.py
src/retro_data_structures/properties/echoes/archetypes/TweakGuiColors/Multiplayer.py
src/retro_data_structures/properties/echoes/archetypes/TweakGuiColors/TurretHudTypedef.py
src/retro_data_structures/properties/echoes/archetypes/TweakGuiColors/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/AimStuff.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Collision.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/DarkWorld.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/FirstPersonCamera.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Frozen.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Grapple.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/GrappleBeam.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Misc.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Motion.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Orbit.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/ScanVisor.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/Shield.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/SuitDamageReduction.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayer/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerControls/UnknownStruct1.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerControls/UnknownStruct2.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerControls/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Holstering.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Misc.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Position.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/UnknownStruct1.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Weapons.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Arm/Position.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Arm/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Beam/Misc.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/Beam/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/RicochetDamage/Factor.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerGun/RicochetDamage/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerRes/AutoMapperIcons.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerRes/MapScreenIcons.py
src/retro_data_structures/properties/echoes/archetypes/TweakPlayerRes/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakTargeting/LockDagger.py
src/retro_data_structures/properties/echoes/archetypes/TweakTargeting/LockFire.py
src/retro_data_structures/properties/echoes/archetypes/TweakTargeting/OuterBeamIcon.py
src/retro_data_structures/properties/echoes/archetypes/TweakTargeting/Scan.py
src/retro_data_structures/properties/echoes/archetypes/TweakTargeting/VulnerabilityIndicator.py
src/retro_data_structures/properties/echoes/archetypes/TweakTargeting/__init__.py
src/retro_data_structures/properties/echoes/archetypes/TweakTargeting/Charge/Gauge.py
src/retro_data_structures/properties/echoes/archetypes/TweakTargeting/Charge/__init__.py
src/retro_data_structures/properties/echoes/core/AnimationParameters.py
src/retro_data_structures/properties/echoes/core/AssetId.py
src/retro_data_structures/properties/echoes/core/Color.py
src/retro_data_structures/properties/echoes/core/Spline.py
src/retro_data_structures/properties/echoes/core/Vector.py
src/retro_data_structures/properties/echoes/core/__init__.py
src/retro_data_structures/properties/echoes/objects/AIHint.py
src/retro_data_structures/properties/echoes/objects/AIJumpPoint.py
src/retro_data_structures/properties/echoes/objects/AIKeyframe.py
src/retro_data_structures/properties/echoes/objects/AIMannedTurret.py
src/retro_data_structures/properties/echoes/objects/AIWaypoint.py
src/retro_data_structures/properties/echoes/objects/Actor.py
src/retro_data_structures/properties/echoes/objects/ActorKeyframe.py
src/retro_data_structures/properties/echoes/objects/ActorRotate.py
src/retro_data_structures/properties/echoes/objects/AdvancedCounter.py
src/retro_data_structures/properties/echoes/objects/AmbientAI.py
src/retro_data_structures/properties/echoes/objects/AreaAttributes.py
src/retro_data_structures/properties/echoes/objects/AreaDamage.py
src/retro_data_structures/properties/echoes/objects/AtomicAlpha.py
src/retro_data_structures/properties/echoes/objects/AtomicBeta.py
src/retro_data_structures/properties/echoes/objects/BacteriaSwarm.py
src/retro_data_structures/properties/echoes/objects/BallTrigger.py
src/retro_data_structures/properties/echoes/objects/Blogg.py
src/retro_data_structures/properties/echoes/objects/Brizgee.py
src/retro_data_structures/properties/echoes/objects/Camera.py
src/retro_data_structures/properties/echoes/objects/CameraBlurKeyframe.py
src/retro_data_structures/properties/echoes/objects/CameraFilterKeyframe.py
src/retro_data_structures/properties/echoes/objects/CameraHint.py
src/retro_data_structures/properties/echoes/objects/CameraPitch.py
src/retro_data_structures/properties/echoes/objects/CameraShaker.py
src/retro_data_structures/properties/echoes/objects/CameraWaypoint.py
src/retro_data_structures/properties/echoes/objects/CannonBall.py
src/retro_data_structures/properties/echoes/objects/ChozoGhost.py
src/retro_data_structures/properties/echoes/objects/Coin.py
src/retro_data_structures/properties/echoes/objects/ColorModulate.py
src/retro_data_structures/properties/echoes/objects/CommandoPirate.py
src/retro_data_structures/properties/echoes/objects/ConditionalRelay.py
src/retro_data_structures/properties/echoes/objects/ControlHint.py
src/retro_data_structures/properties/echoes/objects/ControllerAction.py
src/retro_data_structures/properties/echoes/objects/Counter.py
src/retro_data_structures/properties/echoes/objects/CoverPoint.py
src/retro_data_structures/properties/echoes/objects/Crystallite.py
src/retro_data_structures/properties/echoes/objects/DamageActor.py
src/retro_data_structures/properties/echoes/objects/DamageableTrigger.py
src/retro_data_structures/properties/echoes/objects/DamageableTriggerOrientated.py
src/retro_data_structures/properties/echoes/objects/DarkCommando.py
src/retro_data_structures/properties/echoes/objects/DarkSamus.py
src/retro_data_structures/properties/echoes/objects/DarkSamusBattleStage.py
src/retro_data_structures/properties/echoes/objects/DarkTrooper.py
src/retro_data_structures/properties/echoes/objects/Debris.py
src/retro_data_structures/properties/echoes/objects/DebrisExtended.py
src/retro_data_structures/properties/echoes/objects/DestructibleBarrier.py
src/retro_data_structures/properties/echoes/objects/DigitalGuardian.py
src/retro_data_structures/properties/echoes/objects/DigitalGuardianHead.py
src/retro_data_structures/properties/echoes/objects/DistanceFog.py
src/retro_data_structures/properties/echoes/objects/Dock.py
src/retro_data_structures/properties/echoes/objects/Door.py
src/retro_data_structures/properties/echoes/objects/DynamicLight.py
src/retro_data_structures/properties/echoes/objects/EMPulse.py
src/retro_data_structures/properties/echoes/objects/Effect.py
src/retro_data_structures/properties/echoes/objects/ElitePirate.py
src/retro_data_structures/properties/echoes/objects/EmperorIngStage1.py
src/retro_data_structures/properties/echoes/objects/EmperorIngStage2Tentacle.py
src/retro_data_structures/properties/echoes/objects/EmperorIngStage3.py
src/retro_data_structures/properties/echoes/objects/EnvFxDensityController.py
src/retro_data_structures/properties/echoes/objects/EyeBall.py
src/retro_data_structures/properties/echoes/objects/FishCloud.py
src/retro_data_structures/properties/echoes/objects/FishCloudModifier.py
src/retro_data_structures/properties/echoes/objects/FlyerSwarm.py
src/retro_data_structures/properties/echoes/objects/FlyingPirate.py
src/retro_data_structures/properties/echoes/objects/FogOverlay.py
src/retro_data_structures/properties/echoes/objects/FogVolume.py
src/retro_data_structures/properties/echoes/objects/ForgottenObject.py
src/retro_data_structures/properties/echoes/objects/FrontEndDataNetwork.py
src/retro_data_structures/properties/echoes/objects/Generator.py
src/retro_data_structures/properties/echoes/objects/Glowbug.py
src/retro_data_structures/properties/echoes/objects/GrapplePoint.py
src/retro_data_structures/properties/echoes/objects/Grenchler.py
src/retro_data_structures/properties/echoes/objects/GuiMenu.py
src/retro_data_structures/properties/echoes/objects/GuiPlayerJoinManager.py
src/retro_data_structures/properties/echoes/objects/GuiScreen.py
src/retro_data_structures/properties/echoes/objects/GuiSlider.py
src/retro_data_structures/properties/echoes/objects/GuiWidget.py
src/retro_data_structures/properties/echoes/objects/GunTurretBase.py
src/retro_data_structures/properties/echoes/objects/GunTurretTop.py
src/retro_data_structures/properties/echoes/objects/HUDHint.py
src/retro_data_structures/properties/echoes/objects/HUDMemo.py
src/retro_data_structures/properties/echoes/objects/Ing.py
src/retro_data_structures/properties/echoes/objects/IngBlobSwarm.py
src/retro_data_structures/properties/echoes/objects/IngBoostBallGuardian.py
src/retro_data_structures/properties/echoes/objects/IngPuddle.py
src/retro_data_structures/properties/echoes/objects/IngSnatchingSwarm.py
src/retro_data_structures/properties/echoes/objects/IngSpaceJumpGuardian.py
src/retro_data_structures/properties/echoes/objects/IngSpiderballGuardian.py
src/retro_data_structures/properties/echoes/objects/Kralee.py
src/retro_data_structures/properties/echoes/objects/Krocuss.py
src/retro_data_structures/properties/echoes/objects/Lumite.py
src/retro_data_structures/properties/echoes/objects/MediumIng.py
src/retro_data_structures/properties/echoes/objects/MemoryRelay.py
src/retro_data_structures/properties/echoes/objects/Metaree.py
src/retro_data_structures/properties/echoes/objects/MetareeSwarm.py
src/retro_data_structures/properties/echoes/objects/MetroidAlpha.py
src/retro_data_structures/properties/echoes/objects/Midi.py
src/retro_data_structures/properties/echoes/objects/MinorIng.py
src/retro_data_structures/properties/echoes/objects/MysteryFlyer.py
src/retro_data_structures/properties/echoes/objects/OctapedeSegment.py
src/retro_data_structures/properties/echoes/objects/Parasite.py
src/retro_data_structures/properties/echoes/objects/PathCamera.py
src/retro_data_structures/properties/echoes/objects/PathMeshCtrl.py
src/retro_data_structures/properties/echoes/objects/Pickup.py
src/retro_data_structures/properties/echoes/objects/PickupGenerator.py
src/retro_data_structures/properties/echoes/objects/PillBug.py
src/retro_data_structures/properties/echoes/objects/PlantScarabSwarm.py
src/retro_data_structures/properties/echoes/objects/Platform.py
src/retro_data_structures/properties/echoes/objects/PlayerActor.py
src/retro_data_structures/properties/echoes/objects/PlayerController.py
src/retro_data_structures/properties/echoes/objects/PlayerHint.py
src/retro_data_structures/properties/echoes/objects/PlayerStateChange.py
src/retro_data_structures/properties/echoes/objects/PlayerTurret.py
src/retro_data_structures/properties/echoes/objects/PointOfInterest.py
src/retro_data_structures/properties/echoes/objects/PortalTransition.py
src/retro_data_structures/properties/echoes/objects/PuddleSpore.py
src/retro_data_structures/properties/echoes/objects/Puffer.py
src/retro_data_structures/properties/echoes/objects/RadialDamage.py
src/retro_data_structures/properties/echoes/objects/RandomRelay.py
src/retro_data_structures/properties/echoes/objects/Relay.py
src/retro_data_structures/properties/echoes/objects/Repulsor.py
src/retro_data_structures/properties/echoes/objects/Rezbit.py
src/retro_data_structures/properties/echoes/objects/RiftPortal.py
src/retro_data_structures/properties/echoes/objects/Ripper.py
src/retro_data_structures/properties/echoes/objects/Ripple.py
src/retro_data_structures/properties/echoes/objects/RoomAcoustics.py
src/retro_data_structures/properties/echoes/objects/RsfAudio.py
src/retro_data_structures/properties/echoes/objects/RubiksPuzzle.py
src/retro_data_structures/properties/echoes/objects/RumbleEffect.py
src/retro_data_structures/properties/echoes/objects/SafeZone.py
src/retro_data_structures/properties/echoes/objects/SafeZoneCrystal.py
src/retro_data_structures/properties/echoes/objects/SandBoss.py
src/retro_data_structures/properties/echoes/objects/Sandworm.py
src/retro_data_structures/properties/echoes/objects/ScanTreeCategory.py
src/retro_data_structures/properties/echoes/objects/ScanTreeInventory.py
src/retro_data_structures/properties/echoes/objects/ScanTreeMenu.py
src/retro_data_structures/properties/echoes/objects/ScanTreeScan.py
src/retro_data_structures/properties/echoes/objects/ScanTreeSlider.py
src/retro_data_structures/properties/echoes/objects/ScannableObjectInfo.py
src/retro_data_structures/properties/echoes/objects/ScriptLayerController.py
src/retro_data_structures/properties/echoes/objects/SequenceTimer.py
src/retro_data_structures/properties/echoes/objects/ShadowProjector.py
src/retro_data_structures/properties/echoes/objects/Shredder.py
src/retro_data_structures/properties/echoes/objects/Shrieker.py
src/retro_data_structures/properties/echoes/objects/Silhouette.py
src/retro_data_structures/properties/echoes/objects/SkyRipple.py
src/retro_data_structures/properties/echoes/objects/SnakeWeedSwarm.py
src/retro_data_structures/properties/echoes/objects/Sound.py
src/retro_data_structures/properties/echoes/objects/SoundModifier.py
src/retro_data_structures/properties/echoes/objects/SpacePirate.py
src/retro_data_structures/properties/echoes/objects/SpankWeed.py
src/retro_data_structures/properties/echoes/objects/SpawnPoint.py
src/retro_data_structures/properties/echoes/objects/SpecialFunction.py
src/retro_data_structures/properties/echoes/objects/SpiderBallAttractionSurface.py
src/retro_data_structures/properties/echoes/objects/SpiderBallWaypoint.py
src/retro_data_structures/properties/echoes/objects/SpindleCamera.py
src/retro_data_structures/properties/echoes/objects/Spinner.py
src/retro_data_structures/properties/echoes/objects/Splinter.py
src/retro_data_structures/properties/echoes/objects/SplitterCommandModule.py
src/retro_data_structures/properties/echoes/objects/SplitterMainChassis.py
src/retro_data_structures/properties/echoes/objects/SporbBase.py
src/retro_data_structures/properties/echoes/objects/SporbNeedle.py
src/retro_data_structures/properties/echoes/objects/SporbProjectile.py
src/retro_data_structures/properties/echoes/objects/SporbTop.py
src/retro_data_structures/properties/echoes/objects/Steam.py
src/retro_data_structures/properties/echoes/objects/StoneToad.py
src/retro_data_structures/properties/echoes/objects/StreamedAudio.py
src/retro_data_structures/properties/echoes/objects/StreamedMovie.py
src/retro_data_structures/properties/echoes/objects/Subtitle.py
src/retro_data_structures/properties/echoes/objects/SurfaceCamera.py
src/retro_data_structures/properties/echoes/objects/SwampBossStage1.py
src/retro_data_structures/properties/echoes/objects/SwampBossStage2.py
src/retro_data_structures/properties/echoes/objects/Switch.py
src/retro_data_structures/properties/echoes/objects/TargetingPoint.py
src/retro_data_structures/properties/echoes/objects/TeamAI.py
src/retro_data_structures/properties/echoes/objects/TextPane.py
src/retro_data_structures/properties/echoes/objects/TimeKeyframe.py
src/retro_data_structures/properties/echoes/objects/Timer.py
src/retro_data_structures/properties/echoes/objects/Trigger.py
src/retro_data_structures/properties/echoes/objects/TriggerEllipsoid.py
src/retro_data_structures/properties/echoes/objects/TriggerOrientated.py
src/retro_data_structures/properties/echoes/objects/Tryclops.py
src/retro_data_structures/properties/echoes/objects/TweakAutoMapper.py
src/retro_data_structures/properties/echoes/objects/TweakBall.py
src/retro_data_structures/properties/echoes/objects/TweakCameraBob.py
src/retro_data_structures/properties/echoes/objects/TweakGame.py
src/retro_data_structures/properties/echoes/objects/TweakGui.py
src/retro_data_structures/properties/echoes/objects/TweakGuiColors.py
src/retro_data_structures/properties/echoes/objects/TweakParticle.py
src/retro_data_structures/properties/echoes/objects/TweakPlayer.py
src/retro_data_structures/properties/echoes/objects/TweakPlayerControls.py
src/retro_data_structures/properties/echoes/objects/TweakPlayerGun.py
src/retro_data_structures/properties/echoes/objects/TweakPlayerRes.py
src/retro_data_structures/properties/echoes/objects/TweakSlideShow.py
src/retro_data_structures/properties/echoes/objects/TweakTargeting.py
src/retro_data_structures/properties/echoes/objects/VisorFlare.py
src/retro_data_structures/properties/echoes/objects/VisorGoo.py
src/retro_data_structures/properties/echoes/objects/WallWalker.py
src/retro_data_structures/properties/echoes/objects/Water.py
src/retro_data_structures/properties/echoes/objects/Waypoint.py
src/retro_data_structures/properties/echoes/objects/WispTentacle.py
src/retro_data_structures/properties/echoes/objects/WorldLightFader.py
src/retro_data_structures/properties/echoes/objects/WorldTeleporter.py
src/retro_data_structures/properties/echoes/objects/__init__.py
src/retro_data_structures/properties/prime/__init__.py
src/retro_data_structures/properties/prime/archetypes/ActorParameters.py
src/retro_data_structures/properties/prime/archetypes/BeamCombos.py
src/retro_data_structures/properties/prime/archetypes/BeamInfo.py
src/retro_data_structures/properties/prime/archetypes/BehaveChance.py
src/retro_data_structures/properties/prime/archetypes/BoolFloat.py
src/retro_data_structures/properties/prime/archetypes/BoolVec3f.py
src/retro_data_structures/properties/prime/archetypes/CameraHintStruct.py
src/retro_data_structures/properties/prime/archetypes/ChargedBeams.py
src/retro_data_structures/properties/prime/archetypes/DamageInfo.py
src/retro_data_structures/properties/prime/archetypes/DamageVulnerability.py
src/retro_data_structures/properties/prime/archetypes/EnergyBarColors.py
src/retro_data_structures/properties/prime/archetypes/FlareDef.py
src/retro_data_structures/properties/prime/archetypes/FluidLayerMotion.py
src/retro_data_structures/properties/prime/archetypes/FluidUVMotion.py
src/retro_data_structures/properties/prime/archetypes/GrappleParameters.py
src/retro_data_structures/properties/prime/archetypes/GuessStruct.py
src/retro_data_structures/properties/prime/archetypes/HealthInfo.py
src/retro_data_structures/properties/prime/archetypes/IntBool.py
src/retro_data_structures/properties/prime/archetypes/LayerSwitch.py
src/retro_data_structures/properties/prime/archetypes/LightParameters.py
src/retro_data_structures/properties/prime/archetypes/MagdoliteStruct.py
src/retro_data_structures/properties/prime/archetypes/MassivePrimeStruct.py
src/retro_data_structures/properties/prime/archetypes/NewCameraShakerStruct.py
src/retro_data_structures/properties/prime/archetypes/PathCameraStruct.py
src/retro_data_structures/properties/prime/archetypes/PatternedAITypedef.py
src/retro_data_structures/properties/prime/archetypes/PlayerActorStruct.py
src/retro_data_structures/properties/prime/archetypes/PlayerHintStruct.py
src/retro_data_structures/properties/prime/archetypes/PrimeStruct1.py
src/retro_data_structures/properties/prime/archetypes/PrimeStruct2.py
src/retro_data_structures/properties/prime/archetypes/PrimeStruct3.py
src/retro_data_structures/properties/prime/archetypes/PrimeStruct4.py
src/retro_data_structures/properties/prime/archetypes/PrimeStruct5.py
src/retro_data_structures/properties/prime/archetypes/PrimeStruct6.py
src/retro_data_structures/properties/prime/archetypes/RidleyStruct1.py
src/retro_data_structures/properties/prime/archetypes/RidleyStruct2.py
src/retro_data_structures/properties/prime/archetypes/RumbleEffectStruct.py
src/retro_data_structures/properties/prime/archetypes/ScanImage.py
src/retro_data_structures/properties/prime/archetypes/ScannableParameters.py
src/retro_data_structures/properties/prime/archetypes/ScriptBeamStruct.py
src/retro_data_structures/properties/prime/archetypes/ShotParam.py
src/retro_data_structures/properties/prime/archetypes/SpindleCameraStruct.py
src/retro_data_structures/properties/prime/archetypes/Vector2f.py
src/retro_data_structures/properties/prime/archetypes/VisorParameters.py
src/retro_data_structures/properties/prime/archetypes/__init__.py
src/retro_data_structures/properties/prime/core/AnimationParameters.py
src/retro_data_structures/properties/prime/core/AssetId.py
src/retro_data_structures/properties/prime/core/Color.py
src/retro_data_structures/properties/prime/core/Spline.py
src/retro_data_structures/properties/prime/core/Vector.py
src/retro_data_structures/properties/prime/core/__init__.py
src/retro_data_structures/properties/prime/objects/AIJumpPoint.py
src/retro_data_structures/properties/prime/objects/AIKeyframe.py
src/retro_data_structures/properties/prime/objects/Actor.py
src/retro_data_structures/properties/prime/objects/ActorContraption.py
src/retro_data_structures/properties/prime/objects/ActorKeyframe.py
src/retro_data_structures/properties/prime/objects/ActorRotate.py
src/retro_data_structures/properties/prime/objects/AmbientAI.py
src/retro_data_structures/properties/prime/objects/AreaAttributes.py
src/retro_data_structures/properties/prime/objects/AtomicAlpha.py
src/retro_data_structures/properties/prime/objects/AtomicBeta.py
src/retro_data_structures/properties/prime/objects/Babygoth.py
src/retro_data_structures/properties/prime/objects/BallTrigger.py
src/retro_data_structures/properties/prime/objects/Beetle.py
src/retro_data_structures/properties/prime/objects/BloodFlower.py
src/retro_data_structures/properties/prime/objects/Burrower.py
src/retro_data_structures/properties/prime/objects/Camera.py
src/retro_data_structures/properties/prime/objects/CameraBlurKeyframe.py
src/retro_data_structures/properties/prime/objects/CameraFilterKeyframe.py
src/retro_data_structures/properties/prime/objects/CameraHint.py
src/retro_data_structures/properties/prime/objects/CameraHintTrigger.py
src/retro_data_structures/properties/prime/objects/CameraPitchVolume.py
src/retro_data_structures/properties/prime/objects/CameraShaker.py
src/retro_data_structures/properties/prime/objects/CameraWaypoint.py
src/retro_data_structures/properties/prime/objects/ChozoGhost.py
src/retro_data_structures/properties/prime/objects/ColorModulate.py
src/retro_data_structures/properties/prime/objects/ControllerAction.py
src/retro_data_structures/properties/prime/objects/Counter.py
src/retro_data_structures/properties/prime/objects/CoverPoint.py
src/retro_data_structures/properties/prime/objects/DamageableTrigger.py
src/retro_data_structures/properties/prime/objects/Debris.py
src/retro_data_structures/properties/prime/objects/DebrisExtended.py
src/retro_data_structures/properties/prime/objects/DebugCameraWaypoint.py
src/retro_data_structures/properties/prime/objects/DistanceFog.py
src/retro_data_structures/properties/prime/objects/Dock.py
src/retro_data_structures/properties/prime/objects/DockAreaChange.py
src/retro_data_structures/properties/prime/objects/Door.py
src/retro_data_structures/properties/prime/objects/Drone.py
src/retro_data_structures/properties/prime/objects/Effect.py
src/retro_data_structures/properties/prime/objects/ElectroMagneticPulse.py
src/retro_data_structures/properties/prime/objects/ElitePirate.py
src/retro_data_structures/properties/prime/objects/EnergyBall.py
src/retro_data_structures/properties/prime/objects/EnvFxDensityController.py
src/retro_data_structures/properties/prime/objects/Eyeball.py
src/retro_data_structures/properties/prime/objects/FireFlea.py
src/retro_data_structures/properties/prime/objects/FishCloud.py
src/retro_data_structures/properties/prime/objects/FishCloudModifier.py
src/retro_data_structures/properties/prime/objects/Flaahgra.py
src/retro_data_structures/properties/prime/objects/FlaahgraTentacle.py
src/retro_data_structures/properties/prime/objects/FlickerBat.py
src/retro_data_structures/properties/prime/objects/FlyingPirate.py
src/retro_data_structures/properties/prime/objects/FogVolume.py
src/retro_data_structures/properties/prime/objects/Geemer.py
src/retro_data_structures/properties/prime/objects/Generator.py
src/retro_data_structures/properties/prime/objects/GrapplePoint.py
src/retro_data_structures/properties/prime/objects/GunTurret.py
src/retro_data_structures/properties/prime/objects/HUDMemo.py
src/retro_data_structures/properties/prime/objects/IceSheegoth.py
src/retro_data_structures/properties/prime/objects/IceZoomer.py
src/retro_data_structures/properties/prime/objects/JellyZap.py
src/retro_data_structures/properties/prime/objects/Magdolite.py
src/retro_data_structures/properties/prime/objects/MazeNode.py
src/retro_data_structures/properties/prime/objects/MemoryRelay.py
src/retro_data_structures/properties/prime/objects/MetareeAlpha.py
src/retro_data_structures/properties/prime/objects/MetroidAlpha.py
src/retro_data_structures/properties/prime/objects/MetroidBeta.py
src/retro_data_structures/properties/prime/objects/MetroidPrimeStage1.py
src/retro_data_structures/properties/prime/objects/MetroidPrimeStage2.py
src/retro_data_structures/properties/prime/objects/Midi.py
src/retro_data_structures/properties/prime/objects/NewCameraShaker.py
src/retro_data_structures/properties/prime/objects/NewIntroBoss.py
src/retro_data_structures/properties/prime/objects/Oculus.py
src/retro_data_structures/properties/prime/objects/OmegaPirate.py
src/retro_data_structures/properties/prime/objects/Parasite.py
src/retro_data_structures/properties/prime/objects/PathCamera.py
src/retro_data_structures/properties/prime/objects/PhazonHealingNodule.py
src/retro_data_structures/properties/prime/objects/PhazonPool.py
src/retro_data_structures/properties/prime/objects/Pickup.py
src/retro_data_structures/properties/prime/objects/PickupGenerator.py
src/retro_data_structures/properties/prime/objects/Platform.py
src/retro_data_structures/properties/prime/objects/PlayerActor.py
src/retro_data_structures/properties/prime/objects/PlayerHint.py
src/retro_data_structures/properties/prime/objects/PlayerStateChange.py
src/retro_data_structures/properties/prime/objects/PointOfInterest.py
src/retro_data_structures/properties/prime/objects/PuddleSpore.py
src/retro_data_structures/properties/prime/objects/PuddleToadGamma.py
src/retro_data_structures/properties/prime/objects/Puffer.py
src/retro_data_structures/properties/prime/objects/RadialDamage.py
src/retro_data_structures/properties/prime/objects/RandomRelay.py
src/retro_data_structures/properties/prime/objects/Relay.py
src/retro_data_structures/properties/prime/objects/Repulsor.py
src/retro_data_structures/properties/prime/objects/Ridley.py
src/retro_data_structures/properties/prime/objects/Ripper.py
src/retro_data_structures/properties/prime/objects/Ripple.py
src/retro_data_structures/properties/prime/objects/RoomAcoustics.py
src/retro_data_structures/properties/prime/objects/RumbleEffect.py
src/retro_data_structures/properties/prime/objects/ScriptBeam.py
src/retro_data_structures/properties/prime/objects/Seedling.py
src/retro_data_structures/properties/prime/objects/ShadowProjector.py
src/retro_data_structures/properties/prime/objects/SnakeWeedSwarm.py
src/retro_data_structures/properties/prime/objects/Sound.py
src/retro_data_structures/properties/prime/objects/SpacePirate.py
src/retro_data_structures/properties/prime/objects/SpankWeed.py
src/retro_data_structures/properties/prime/objects/SpawnPoint.py
src/retro_data_structures/properties/prime/objects/SpecialFunction.py
src/retro_data_structures/properties/prime/objects/SpiderBallAttractionSurface.py
src/retro_data_structures/properties/prime/objects/SpiderBallWaypoint.py
src/retro_data_structures/properties/prime/objects/SpindleCamera.py
src/retro_data_structures/properties/prime/objects/Steam.py
src/retro_data_structures/properties/prime/objects/StreamedAudio.py
src/retro_data_structures/properties/prime/objects/Switch.py
src/retro_data_structures/properties/prime/objects/TargetingPoint.py
src/retro_data_structures/properties/prime/objects/TeamAIMgr.py
src/retro_data_structures/properties/prime/objects/Thardus.py
src/retro_data_structures/properties/prime/objects/ThardusRockProjectile.py
src/retro_data_structures/properties/prime/objects/ThermalHeatFader.py
src/retro_data_structures/properties/prime/objects/Timer.py
src/retro_data_structures/properties/prime/objects/Trigger.py
src/retro_data_structures/properties/prime/objects/Tryclops.py
src/retro_data_structures/properties/prime/objects/VisorFlare.py
src/retro_data_structures/properties/prime/objects/VisorGoo.py
src/retro_data_structures/properties/prime/objects/WallCrawlerSwarm.py
src/retro_data_structures/properties/prime/objects/WarWasp.py
src/retro_data_structures/properties/prime/objects/Water.py
src/retro_data_structures/properties/prime/objects/Waypoint.py
src/retro_data_structures/properties/prime/objects/WorldLightFader.py
src/retro_data_structures/properties/prime/objects/WorldTeleporter.py
src/retro_data_structures/properties/prime/objects/__init__.py
src/retro_data_structures/properties/prime_remastered/__init__.py
src/retro_data_structures/properties/prime_remastered/archetypes/ActorInformationMP1.py
src/retro_data_structures/properties/prime_remastered/archetypes/AnimSetMP1.py
src/retro_data_structures/properties/prime_remastered/archetypes/ColorMP1.py
src/retro_data_structures/properties/prime_remastered/archetypes/LightingMP1.py
src/retro_data_structures/properties/prime_remastered/archetypes/MapInfoMP1.py
src/retro_data_structures/properties/prime_remastered/archetypes/ScannableMP1.py
src/retro_data_structures/properties/prime_remastered/archetypes/Vector3f.py
src/retro_data_structures/properties/prime_remastered/archetypes/VectorMP1.py
src/retro_data_structures/properties/prime_remastered/archetypes/VisorMP1.py
src/retro_data_structures/properties/prime_remastered/archetypes/__init__.py
src/retro_data_structures/properties/prime_remastered/core/AssetId.py
src/retro_data_structures/properties/prime_remastered/core/Color.py
src/retro_data_structures/properties/prime_remastered/core/PooledString.py
src/retro_data_structures/properties/prime_remastered/core/Vector.py
src/retro_data_structures/properties/prime_remastered/core/__init__.py
src/retro_data_structures/properties/prime_remastered/objects/AABoxMagnet.py
src/retro_data_structures/properties/prime_remastered/objects/AEnergyBallMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AIGenerator.py
src/retro_data_structures/properties/prime_remastered/objects/AIGeneratorSelector.py
src/retro_data_structures/properties/prime_remastered/objects/AIPostOwner.py
src/retro_data_structures/properties/prime_remastered/objects/AITeleportProxy.py
src/retro_data_structures/properties/prime_remastered/objects/ARepulsorMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AScriptBeamMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AThardusRockProjectileMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ActionControlPoint.py
src/retro_data_structures/properties/prime_remastered/objects/ActorCollision.py
src/retro_data_structures/properties/prime_remastered/objects/ActorIceDarkenerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ActorInteraction.py
src/retro_data_structures/properties/prime_remastered/objects/ActorKeyframe.py
src/retro_data_structures/properties/prime_remastered/objects/ActorKeyframeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ActorKeyframePhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/ActorMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ActorRotateMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ActorVertexAnimationPhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/ActorVertexAnimationPlayList.py
src/retro_data_structures/properties/prime_remastered/objects/AdapterManager.py
src/retro_data_structures/properties/prime_remastered/objects/AddActorEntityFlag.py
src/retro_data_structures/properties/prime_remastered/objects/AiJumpPointMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AiTarget.py
src/retro_data_structures/properties/prime_remastered/objects/AiTargetManager.py
src/retro_data_structures/properties/prime_remastered/objects/AmbientAIMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AmbientParticleEffect.py
src/retro_data_structures/properties/prime_remastered/objects/AmbientParticleEffectPrimitiveShapeProviderMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AnalogDriver.py
src/retro_data_structures/properties/prime_remastered/objects/AnchorPoint.py
src/retro_data_structures/properties/prime_remastered/objects/AngleCompare.py
src/retro_data_structures/properties/prime_remastered/objects/AnimVisibilityStateGroupManager.py
src/retro_data_structures/properties/prime_remastered/objects/AnimatedCameraMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AnimatedMeter.py
src/retro_data_structures/properties/prime_remastered/objects/AnimatedMeterPhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/AnimatedSprite.py
src/retro_data_structures/properties/prime_remastered/objects/AnimationController.py
src/retro_data_structures/properties/prime_remastered/objects/AnimationEventListener.py
src/retro_data_structures/properties/prime_remastered/objects/AnimationGridController.py
src/retro_data_structures/properties/prime_remastered/objects/AnimationMountRider.py
src/retro_data_structures/properties/prime_remastered/objects/AnimationPlaybackRate.py
src/retro_data_structures/properties/prime_remastered/objects/AnimationRateModifier.py
src/retro_data_structures/properties/prime_remastered/objects/AnimationUserEventRouter.py
src/retro_data_structures/properties/prime_remastered/objects/AnimationVariableReal.py
src/retro_data_structures/properties/prime_remastered/objects/ApplyDamage.py
src/retro_data_structures/properties/prime_remastered/objects/AreaAttributesMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AreaOcclusionModifierMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AtomicAlphaMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AtomicBetaMP1.py
src/retro_data_structures/properties/prime_remastered/objects/AttackManager.py
src/retro_data_structures/properties/prime_remastered/objects/AttackManagerTest.py
src/retro_data_structures/properties/prime_remastered/objects/AudioBusController.py
src/retro_data_structures/properties/prime_remastered/objects/AudioBusDriver.py
src/retro_data_structures/properties/prime_remastered/objects/AudioBusDriverInteractor.py
src/retro_data_structures/properties/prime_remastered/objects/AudioBusMixer.py
src/retro_data_structures/properties/prime_remastered/objects/AudioBusPhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/AudioEmitter.py
src/retro_data_structures/properties/prime_remastered/objects/AudioObstruction.py
src/retro_data_structures/properties/prime_remastered/objects/AudioObstructionOcclusionOverride.py
src/retro_data_structures/properties/prime_remastered/objects/AudioOcclusionVolume.py
src/retro_data_structures/properties/prime_remastered/objects/AudioOutputEffects.py
src/retro_data_structures/properties/prime_remastered/objects/AudioPluginEffect.py
src/retro_data_structures/properties/prime_remastered/objects/AudioPluginEffectCrossfadePhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/AudioPluginEffectCrossfadeSend.py
src/retro_data_structures/properties/prime_remastered/objects/AudioSampleBank.py
src/retro_data_structures/properties/prime_remastered/objects/AudioSampler.py
src/retro_data_structures/properties/prime_remastered/objects/AudioSamplerPhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/AudioSamplerProxy.py
src/retro_data_structures/properties/prime_remastered/objects/AutoExposureHint.py
src/retro_data_structures/properties/prime_remastered/objects/AutoExposureHintMP1.py
src/retro_data_structures/properties/prime_remastered/objects/BGMHint.py
src/retro_data_structures/properties/prime_remastered/objects/BabygothMP1.py
src/retro_data_structures/properties/prime_remastered/objects/Backlight.py
src/retro_data_structures/properties/prime_remastered/objects/BakedLightingPriorityModifierMP1.py
src/retro_data_structures/properties/prime_remastered/objects/BallCameraMP1.py
src/retro_data_structures/properties/prime_remastered/objects/BallTriggerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/Beam.py
src/retro_data_structures/properties/prime_remastered/objects/BlackboardBoolean.py
src/retro_data_structures/properties/prime_remastered/objects/BlackboardBooleanWriter.py
src/retro_data_structures/properties/prime_remastered/objects/BlackboardPhaseRelay.py
src/retro_data_structures/properties/prime_remastered/objects/BlackboardPhaseRelayWriter.py
src/retro_data_structures/properties/prime_remastered/objects/BlackboardRealNumber.py
src/retro_data_structures/properties/prime_remastered/objects/BlackboardRealNumberWriter.py
src/retro_data_structures/properties/prime_remastered/objects/BloodFlowerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/BloomEffect.py
src/retro_data_structures/properties/prime_remastered/objects/BloomEffectHint.py
src/retro_data_structures/properties/prime_remastered/objects/BombMP1.py
src/retro_data_structures/properties/prime_remastered/objects/BoolToRealMap.py
src/retro_data_structures/properties/prime_remastered/objects/Boolean.py
src/retro_data_structures/properties/prime_remastered/objects/BoostPad.py
src/retro_data_structures/properties/prime_remastered/objects/BossMeterState.py
src/retro_data_structures/properties/prime_remastered/objects/BouncyGrenadeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/BroadcastAudioEvent.py
src/retro_data_structures/properties/prime_remastered/objects/BroadcastAudioEventListener.py
src/retro_data_structures/properties/prime_remastered/objects/BroadcastGlobal.py
src/retro_data_structures/properties/prime_remastered/objects/BroadcastGlobalListener.py
src/retro_data_structures/properties/prime_remastered/objects/BroadcastSpatial.py
src/retro_data_structures/properties/prime_remastered/objects/BroadcastSpatialListener.py
src/retro_data_structures/properties/prime_remastered/objects/BurrowerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraAdditiveFOV.py
src/retro_data_structures/properties/prime_remastered/objects/CameraBlurKeyframeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraFilter.py
src/retro_data_structures/properties/prime_remastered/objects/CameraFilterKeyframeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraHint.py
src/retro_data_structures/properties/prime_remastered/objects/CameraHintMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraHintTriggerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraLetterBox.py
src/retro_data_structures/properties/prime_remastered/objects/CameraMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraManager.py
src/retro_data_structures/properties/prime_remastered/objects/CameraOverrideMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraPitchVolumeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraPointOfInterest.py
src/retro_data_structures/properties/prime_remastered/objects/CameraPredictivePitchHint.py
src/retro_data_structures/properties/prime_remastered/objects/CameraPredictiveYawHint.py
src/retro_data_structures/properties/prime_remastered/objects/CameraProxy.py
src/retro_data_structures/properties/prime_remastered/objects/CameraShaker.py
src/retro_data_structures/properties/prime_remastered/objects/CameraShakerNewMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraShakerOldMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraSystemHint.py
src/retro_data_structures/properties/prime_remastered/objects/CameraTarget.py
src/retro_data_structures/properties/prime_remastered/objects/CameraTargetCreature.py
src/retro_data_structures/properties/prime_remastered/objects/CameraTargetPlayer.py
src/retro_data_structures/properties/prime_remastered/objects/CameraTargetProxy.py
src/retro_data_structures/properties/prime_remastered/objects/CameraWaterStateProxyMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CameraWaypointMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CausticVolume.py
src/retro_data_structures/properties/prime_remastered/objects/ChainLightning.py
src/retro_data_structures/properties/prime_remastered/objects/CharacterPrimitives.py
src/retro_data_structures/properties/prime_remastered/objects/CharacterPrimitivesCollision.py
src/retro_data_structures/properties/prime_remastered/objects/Checkpoint.py
src/retro_data_structures/properties/prime_remastered/objects/Choreographer.py
src/retro_data_structures/properties/prime_remastered/objects/ChozoGhostMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ChromaticAberration.py
src/retro_data_structures/properties/prime_remastered/objects/Cinematic.py
src/retro_data_structures/properties/prime_remastered/objects/CinematicActor.py
src/retro_data_structures/properties/prime_remastered/objects/CinematicCameraShot.py
src/retro_data_structures/properties/prime_remastered/objects/CinematicMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CinematicSkipHandler.py
src/retro_data_structures/properties/prime_remastered/objects/CinematicStateProxyMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CollisionActorMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CollisionAvoidanceManager.py
src/retro_data_structures/properties/prime_remastered/objects/CollisionLogic.py
src/retro_data_structures/properties/prime_remastered/objects/CollisionProbe.py
src/retro_data_structures/properties/prime_remastered/objects/CollisionWithWorld.py
src/retro_data_structures/properties/prime_remastered/objects/ColorGrade.py
src/retro_data_structures/properties/prime_remastered/objects/ColorGradeHint.py
src/retro_data_structures/properties/prime_remastered/objects/ColorModifier.py
src/retro_data_structures/properties/prime_remastered/objects/ColorModulateMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ColorSampler.py
src/retro_data_structures/properties/prime_remastered/objects/CombatStateProxy.py
src/retro_data_structures/properties/prime_remastered/objects/Condition.py
src/retro_data_structures/properties/prime_remastered/objects/ContextInteraction.py
src/retro_data_structures/properties/prime_remastered/objects/ContraptionMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandDisabler.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingAdd.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingAnd.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingDebugMenuBoolean.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingDebugMenuInt.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingDebugMenuRealEvaluator.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingDebugMenuRealMultiplier.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingMultiply.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingNegate.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingNegativeOne.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingNode.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingNot.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingOne.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingOr.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingPhysical.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingScriptedReal.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingSpline.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingZero.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandMappingsDefinition.py
src/retro_data_structures/properties/prime_remastered/objects/ControlCommandSpoofer.py
src/retro_data_structures/properties/prime_remastered/objects/ControlSchemeAccessor.py
src/retro_data_structures/properties/prime_remastered/objects/ControlSchemesDefinition.py
src/retro_data_structures/properties/prime_remastered/objects/ControlSplineMappingsDefinition.py
src/retro_data_structures/properties/prime_remastered/objects/ControlledPlatformMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/ControllerAction.py
src/retro_data_structures/properties/prime_remastered/objects/ControllerActionMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ControllerAnalogInputDriver.py
src/retro_data_structures/properties/prime_remastered/objects/ControllerAnalogMovement.py
src/retro_data_structures/properties/prime_remastered/objects/ControllerAnalogShapeAction.py
src/retro_data_structures/properties/prime_remastered/objects/ControllerMotionDriver.py
src/retro_data_structures/properties/prime_remastered/objects/ConveyorModifier.py
src/retro_data_structures/properties/prime_remastered/objects/Counter.py
src/retro_data_structures/properties/prime_remastered/objects/CounterAdapter.py
src/retro_data_structures/properties/prime_remastered/objects/CounterMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CounterPhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/CoverPoint.py
src/retro_data_structures/properties/prime_remastered/objects/CoverPointMP1.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureActionBroadcaster.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureActionPatternBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureAiming.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureAmbushBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureArmor.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureAttackPathBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureBase.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureChangePostureBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureCollisionAvoidance.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureContextInteraction.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureContextInteractionBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureCoverCombatBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureDeployActionBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureDespawnBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureEvadeBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureFallBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureFireDamage.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureFleeBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureFlinch.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureGrabTarget.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureHeadTracking.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureHealth.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureHecklerBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureHitReactionBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureHurlBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureIceDamage.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureLeashBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureMeleeCombatBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureMovement.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureNavigateBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreaturePatrolBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreaturePositionLogic_WaypointScripting.py
src/retro_data_structures/properties/prime_remastered/objects/CreaturePositioning.py
src/retro_data_structures/properties/prime_remastered/objects/CreaturePositioningManager.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureProjectileLauncher.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureProneBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureRangedCombatBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureRules.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureScriptedActionBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureScriptedAnimationBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureScriptedJumpBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureSecondaryActions.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureSecondaryAnimation.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureSniperBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureSpawnBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureSplineFollowBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureTargetable.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureTargeting.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureThunderDamage.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureTurnBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureTurnProcedural.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureWaitAtPositionBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/CreatureWanderBehavior.py
src/retro_data_structures/properties/prime_remastered/objects/Credits.py
src/retro_data_structures/properties/prime_remastered/objects/CustomInterpolation.py
src/retro_data_structures/properties/prime_remastered/objects/DSP.py
src/retro_data_structures/properties/prime_remastered/objects/DamageEffectMP1.py
src/retro_data_structures/properties/prime_remastered/objects/DamageRelay.py
src/retro_data_structures/properties/prime_remastered/objects/DamageResponderVulnerability.py
src/retro_data_structures/properties/prime_remastered/objects/DamageableTriggerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/DeathCameraEffectMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/DebrisExtendedMP1.py
src/retro_data_structures/properties/prime_remastered/objects/DebrisMP1.py
src/retro_data_structures/properties/prime_remastered/objects/DebugActorMP1.py
src/retro_data_structures/properties/prime_remastered/objects/DebugMenuItemsDefinition.py
src/retro_data_structures/properties/prime_remastered/objects/DestroyableRockMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/DetectionPlane.py
src/retro_data_structures/properties/prime_remastered/objects/DistanceCompare.py
src/retro_data_structures/properties/prime_remastered/objects/DistanceCompareGroup.py
src/retro_data_structures/properties/prime_remastered/objects/DistanceFogMP1.py
src/retro_data_structures/properties/prime_remastered/objects/Dock.py
src/retro_data_structures/properties/prime_remastered/objects/DockDoor.py
src/retro_data_structures/properties/prime_remastered/objects/DoorMP1.py
src/retro_data_structures/properties/prime_remastered/objects/Drivable.py
src/retro_data_structures/properties/prime_remastered/objects/DroneLaserMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/DroneMP1.py
src/retro_data_structures/properties/prime_remastered/objects/DynamicActorCollision.py
src/retro_data_structures/properties/prime_remastered/objects/DynamicActorControl.py
src/retro_data_structures/properties/prime_remastered/objects/DynamicControlScriptedRealDefinition.py
src/retro_data_structures/properties/prime_remastered/objects/DynamicLoadManager.py
src/retro_data_structures/properties/prime_remastered/objects/Effect.py
src/retro_data_structures/properties/prime_remastered/objects/EffectMP1.py
src/retro_data_structures/properties/prime_remastered/objects/EffectProxyMP1.py
src/retro_data_structures/properties/prime_remastered/objects/EffectVariableDriver.py
src/retro_data_structures/properties/prime_remastered/objects/ElectricBeamProjectileMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/ElectroMagneticPulseMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ElitePirateGrenadeLauncherMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/ElitePirateMP1.py
src/retro_data_structures/properties/prime_remastered/objects/EndGame.py
src/retro_data_structures/properties/prime_remastered/objects/EnergyProjectileMP1.py
src/retro_data_structures/properties/prime_remastered/objects/EntityProperties.py
src/retro_data_structures/properties/prime_remastered/objects/EnumToRealMap.py
src/retro_data_structures/properties/prime_remastered/objects/Enumeration.py
src/retro_data_structures/properties/prime_remastered/objects/EnvFxDensityControllerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/EnvironmentVarListener.py
src/retro_data_structures/properties/prime_remastered/objects/EnvironmentVarModifier.py
src/retro_data_structures/properties/prime_remastered/objects/EnvironmentVarQuery.py
src/retro_data_structures/properties/prime_remastered/objects/EnvironmentVarSender.py
src/retro_data_structures/properties/prime_remastered/objects/Explosion.py
src/retro_data_structures/properties/prime_remastered/objects/ExplosionMP1.py
src/retro_data_structures/properties/prime_remastered/objects/EyeBallMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FSMController.py
src/retro_data_structures/properties/prime_remastered/objects/FSMHotSwapper.py
src/retro_data_structures/properties/prime_remastered/objects/FSMManager.py
src/retro_data_structures/properties/prime_remastered/objects/FSMMessage.py
src/retro_data_structures/properties/prime_remastered/objects/Faction.py
src/retro_data_structures/properties/prime_remastered/objects/FactionManager.py
src/retro_data_structures/properties/prime_remastered/objects/FakePlayerControls.py
src/retro_data_structures/properties/prime_remastered/objects/FireFleaMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FirstPersonCameraMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FishCloudMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FishCloudModifierMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FlaahgraMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FlaahgraPlantsMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/FlaahgraProjectileMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/FlaahgraRendererMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/FlaahgraTentacleMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FlameThrowerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FleePoint.py
src/retro_data_structures/properties/prime_remastered/objects/FlickerBatMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FlowPath.py
src/retro_data_structures/properties/prime_remastered/objects/FlyingPirateMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FogShape.py
src/retro_data_structures/properties/prime_remastered/objects/FogVolume.py
src/retro_data_structures/properties/prime_remastered/objects/Footprint.py
src/retro_data_structures/properties/prime_remastered/objects/FreeCameraMP1.py
src/retro_data_structures/properties/prime_remastered/objects/FrontEndManager.py
src/retro_data_structures/properties/prime_remastered/objects/GameFlowHub.py
src/retro_data_structures/properties/prime_remastered/objects/GameFlowProxy.py
src/retro_data_structures/properties/prime_remastered/objects/GameFlowRelay.py
src/retro_data_structures/properties/prime_remastered/objects/GameOptionsAccessor.py
src/retro_data_structures/properties/prime_remastered/objects/GameOptionsDefinition.py
src/retro_data_structures/properties/prime_remastered/objects/GameVariableAccess.py
src/retro_data_structures/properties/prime_remastered/objects/GarBeetleMP1.py
src/retro_data_structures/properties/prime_remastered/objects/GeemerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/Generator.py
src/retro_data_structures/properties/prime_remastered/objects/GeneratorMP1.py
src/retro_data_structures/properties/prime_remastered/objects/GenericAimTarget.py
src/retro_data_structures/properties/prime_remastered/objects/GenericSplineControl.py
src/retro_data_structures/properties/prime_remastered/objects/GibManager.py
src/retro_data_structures/properties/prime_remastered/objects/GlobalStateMonitor.py
src/retro_data_structures/properties/prime_remastered/objects/GradientAmbient.py
src/retro_data_structures/properties/prime_remastered/objects/GraphicalTransition.py
src/retro_data_structures/properties/prime_remastered/objects/GrapplePointMP1.py
src/retro_data_structures/properties/prime_remastered/objects/GrapplePointMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/GroupSpawn.py
src/retro_data_structures/properties/prime_remastered/objects/GunTurretMP1.py
src/retro_data_structures/properties/prime_remastered/objects/HUDBillboardFreezeEffectTestMP1.py
src/retro_data_structures/properties/prime_remastered/objects/HUDManagerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/HUDMemoMP1.py
src/retro_data_structures/properties/prime_remastered/objects/HUDSuppressor.py
src/retro_data_structures/properties/prime_remastered/objects/HardwareProxy.py
src/retro_data_structures/properties/prime_remastered/objects/Health.py
src/retro_data_structures/properties/prime_remastered/objects/HealthDisplay.py
src/retro_data_structures/properties/prime_remastered/objects/HealthDisplaySource.py
src/retro_data_structures/properties/prime_remastered/objects/HealthPhases.py
src/retro_data_structures/properties/prime_remastered/objects/HeatDistortionHint.py
src/retro_data_structures/properties/prime_remastered/objects/HeightfieldSurfaceDescription.py
src/retro_data_structures/properties/prime_remastered/objects/IceAttackProjectileMP1.py
src/retro_data_structures/properties/prime_remastered/objects/IceSheegothMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ImpulseDriver.py
src/retro_data_structures/properties/prime_remastered/objects/IncandescenceModulator.py
src/retro_data_structures/properties/prime_remastered/objects/InputMacroPlayer.py
src/retro_data_structures/properties/prime_remastered/objects/InputMacroRecorder.py
src/retro_data_structures/properties/prime_remastered/objects/IntToRealMap.py
src/retro_data_structures/properties/prime_remastered/objects/InterpolationCameraMP1.py
src/retro_data_structures/properties/prime_remastered/objects/IntroBossMP1.py
src/retro_data_structures/properties/prime_remastered/objects/InventoryInitializer.py
src/retro_data_structures/properties/prime_remastered/objects/InventoryItem.py
src/retro_data_structures/properties/prime_remastered/objects/InventoryTextPane.py
src/retro_data_structures/properties/prime_remastered/objects/JellyZapMP1.py
src/retro_data_structures/properties/prime_remastered/objects/Label.py
src/retro_data_structures/properties/prime_remastered/objects/LavaFlowSurface.py
src/retro_data_structures/properties/prime_remastered/objects/LavaRenderVolume.py
src/retro_data_structures/properties/prime_remastered/objects/LevelDarkener.py
src/retro_data_structures/properties/prime_remastered/objects/LightDynamic.py
src/retro_data_structures/properties/prime_remastered/objects/LightGroupProxy.py
src/retro_data_structures/properties/prime_remastered/objects/LightHint.py
src/retro_data_structures/properties/prime_remastered/objects/LightShafts.py
src/retro_data_structures/properties/prime_remastered/objects/LightStatic.py
src/retro_data_structures/properties/prime_remastered/objects/LineOfSight.py
src/retro_data_structures/properties/prime_remastered/objects/LiquidInhabitant.py
src/retro_data_structures/properties/prime_remastered/objects/LiquidVolume.py
src/retro_data_structures/properties/prime_remastered/objects/LoadUnitController.py
src/retro_data_structures/properties/prime_remastered/objects/LogicGate.py
src/retro_data_structures/properties/prime_remastered/objects/MIDIControllerMessageEmitter.py
src/retro_data_structures/properties/prime_remastered/objects/MIDIMatcher.py
src/retro_data_structures/properties/prime_remastered/objects/MIDINoteAdaptor.py
src/retro_data_structures/properties/prime_remastered/objects/MIDINoteEmitter.py
src/retro_data_structures/properties/prime_remastered/objects/MIDIReceiver.py
src/retro_data_structures/properties/prime_remastered/objects/MIDIResponderArpeggiator.py
src/retro_data_structures/properties/prime_remastered/objects/MIDIResponderChordMaker.py
src/retro_data_structures/properties/prime_remastered/objects/MIDIResponderPatternMatcher.py
src/retro_data_structures/properties/prime_remastered/objects/MIDIResponderSampler.py
src/retro_data_structures/properties/prime_remastered/objects/MIDIRetronome.py
src/retro_data_structures/properties/prime_remastered/objects/MIDISequence.py
src/retro_data_structures/properties/prime_remastered/objects/MIDITransmitter.py
src/retro_data_structures/properties/prime_remastered/objects/MagdoliteMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MaterialVariableDriverMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MazeNodeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MemoryRelayMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MetareeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MetroidBetaMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MetroidMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MetroidPrimeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MetroidPrimeRelayMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MetroidPrimeStage2MP1.py
src/retro_data_structures/properties/prime_remastered/objects/MidiMP1.py
src/retro_data_structures/properties/prime_remastered/objects/MissileTargetMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ModCon.py
src/retro_data_structures/properties/prime_remastered/objects/MusicData.py
src/retro_data_structures/properties/prime_remastered/objects/MusicStateController.py
src/retro_data_structures/properties/prime_remastered/objects/MusicStateTransitionData.py
src/retro_data_structures/properties/prime_remastered/objects/MusicSystemTransport.py
src/retro_data_structures/properties/prime_remastered/objects/NavigationAreaLink.py
src/retro_data_structures/properties/prime_remastered/objects/NavigationMesh.py
src/retro_data_structures/properties/prime_remastered/objects/NavigationMeshDock.py
src/retro_data_structures/properties/prime_remastered/objects/NavigationMeshDynamicObstruction.py
src/retro_data_structures/properties/prime_remastered/objects/NavigationMeshHint.py
src/retro_data_structures/properties/prime_remastered/objects/NavigationMeshIncludeExcludeHint.py
src/retro_data_structures/properties/prime_remastered/objects/NavigationOffMeshLink.py
src/retro_data_structures/properties/prime_remastered/objects/NavigationPathPoint.py
src/retro_data_structures/properties/prime_remastered/objects/NavigationPathPointOffMeshLink.py
src/retro_data_structures/properties/prime_remastered/objects/NearVisible.py
src/retro_data_structures/properties/prime_remastered/objects/NewFlameThrowerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/NotSTD_DockMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ObjectFollow.py
src/retro_data_structures/properties/prime_remastered/objects/ObjectSelector.py
src/retro_data_structures/properties/prime_remastered/objects/ObjectTeleport.py
src/retro_data_structures/properties/prime_remastered/objects/Occlusion.py
src/retro_data_structures/properties/prime_remastered/objects/OculusMP1.py
src/retro_data_structures/properties/prime_remastered/objects/OmegaPirateMP1.py
src/retro_data_structures/properties/prime_remastered/objects/OrbitTarget.py
src/retro_data_structures/properties/prime_remastered/objects/OriginatorProxy.py
src/retro_data_structures/properties/prime_remastered/objects/POIRoomController.py
src/retro_data_structures/properties/prime_remastered/objects/ParasiteMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ParticleVolume.py
src/retro_data_structures/properties/prime_remastered/objects/PathCameraMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PathControl.py
src/retro_data_structures/properties/prime_remastered/objects/PathFind.py
src/retro_data_structures/properties/prime_remastered/objects/PathGenerator.py
src/retro_data_structures/properties/prime_remastered/objects/PathMovement.py
src/retro_data_structures/properties/prime_remastered/objects/PathMovementMagnetizationPoint.py
src/retro_data_structures/properties/prime_remastered/objects/PatternMatcher.py
src/retro_data_structures/properties/prime_remastered/objects/PerformanceGroupController.py
src/retro_data_structures/properties/prime_remastered/objects/PerformanceHint.py
src/retro_data_structures/properties/prime_remastered/objects/PeriodicAdditiveAnimationDriver.py
src/retro_data_structures/properties/prime_remastered/objects/PhaseCombinator.py
src/retro_data_structures/properties/prime_remastered/objects/PhaseLooper.py
src/retro_data_structures/properties/prime_remastered/objects/PhaseRelay.py
src/retro_data_structures/properties/prime_remastered/objects/PhaseToEvents.py
src/retro_data_structures/properties/prime_remastered/objects/PhazonDriverMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PhazonHealingNoduleMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PhazonPoolMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PhysicsDriver.py
src/retro_data_structures/properties/prime_remastered/objects/Pickup.py
src/retro_data_structures/properties/prime_remastered/objects/PickupDropper.py
src/retro_data_structures/properties/prime_remastered/objects/PickupGeneratorMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PickupMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PickupManager.py
src/retro_data_structures/properties/prime_remastered/objects/PlasmaProjectileMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PlatformMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerActor.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerActorMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerDeathFall.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerEventListener.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerHintMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerInventoryEffects.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerKeyframe.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerRespawn.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerRoomTeleporter.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerSpawnPoint_InputMacroRelay.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerSpawnTeleporter.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerStateChangeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PlayerTeleport.py
src/retro_data_structures/properties/prime_remastered/objects/Playlist.py
src/retro_data_structures/properties/prime_remastered/objects/PoiObject.py
src/retro_data_structures/properties/prime_remastered/objects/PointOfInterest.py
src/retro_data_structures/properties/prime_remastered/objects/PointOfInterestMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PoisonProjectileMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PowerBombMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ProjectedShadowBlob.py
src/retro_data_structures/properties/prime_remastered/objects/ProjectedSimpleShadowReceiver.py
src/retro_data_structures/properties/prime_remastered/objects/Projectile.py
src/retro_data_structures/properties/prime_remastered/objects/ProjectileIntersectionHint.py
src/retro_data_structures/properties/prime_remastered/objects/ProxyPlayerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ProxyRegisteredEntity.py
src/retro_data_structures/properties/prime_remastered/objects/PuddleSporeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PuddleToadGammaMP1.py
src/retro_data_structures/properties/prime_remastered/objects/PufferMP1.py
src/retro_data_structures/properties/prime_remastered/objects/RadialDamageMP1.py
src/retro_data_structures/properties/prime_remastered/objects/RandomRelayMP1.py
src/retro_data_structures/properties/prime_remastered/objects/Reactivator.py
src/retro_data_structures/properties/prime_remastered/objects/RealNumber.py
src/retro_data_structures/properties/prime_remastered/objects/RealNumberComparison.py
src/retro_data_structures/properties/prime_remastered/objects/RealNumberDriver.py
src/retro_data_structures/properties/prime_remastered/objects/RealNumberFunction.py
src/retro_data_structures/properties/prime_remastered/objects/RealNumberPhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/RealToRealMap.py
src/retro_data_structures/properties/prime_remastered/objects/RealValueRelay.py
src/retro_data_structures/properties/prime_remastered/objects/ReflectionProbe.py
src/retro_data_structures/properties/prime_remastered/objects/RegisterEntity.py
src/retro_data_structures/properties/prime_remastered/objects/Relay.py
src/retro_data_structures/properties/prime_remastered/objects/RelayAttackTypePayload.py
src/retro_data_structures/properties/prime_remastered/objects/RelayAutoFire.py
src/retro_data_structures/properties/prime_remastered/objects/RelayChoreography.py
src/retro_data_structures/properties/prime_remastered/objects/RelayConditional.py
src/retro_data_structures/properties/prime_remastered/objects/RelayFrameDelay.py
src/retro_data_structures/properties/prime_remastered/objects/RelayMemory.py
src/retro_data_structures/properties/prime_remastered/objects/RelayOriginatorFilter.py
src/retro_data_structures/properties/prime_remastered/objects/RelayProbabilityGameMode.py
src/retro_data_structures/properties/prime_remastered/objects/RelayRandom.py
src/retro_data_structures/properties/prime_remastered/objects/ReloadSetLoader.py
src/retro_data_structures/properties/prime_remastered/objects/Render.py
src/retro_data_structures/properties/prime_remastered/objects/RenderClipPlane.py
src/retro_data_structures/properties/prime_remastered/objects/RenderDecal.py
src/retro_data_structures/properties/prime_remastered/objects/RenderGroup.py
src/retro_data_structures/properties/prime_remastered/objects/RenderWorld.py
src/retro_data_structures/properties/prime_remastered/objects/ResetObject.py
src/retro_data_structures/properties/prime_remastered/objects/Respawn.py
src/retro_data_structures/properties/prime_remastered/objects/Retronome.py
src/retro_data_structures/properties/prime_remastered/objects/RetronomeDriver.py
src/retro_data_structures/properties/prime_remastered/objects/ReverbFieldNode.py
src/retro_data_structures/properties/prime_remastered/objects/RhythmMatcher.py
src/retro_data_structures/properties/prime_remastered/objects/RidleyMP1.py
src/retro_data_structures/properties/prime_remastered/objects/RipperMP1.py
src/retro_data_structures/properties/prime_remastered/objects/RippleMP1.py
src/retro_data_structures/properties/prime_remastered/objects/RoomAcousticsMP1.py
src/retro_data_structures/properties/prime_remastered/objects/RoomController.py
src/retro_data_structures/properties/prime_remastered/objects/RoomOcclusionOverrideMP1.py
src/retro_data_structures/properties/prime_remastered/objects/RoomPreloader.py
src/retro_data_structures/properties/prime_remastered/objects/RoomSettings.py
src/retro_data_structures/properties/prime_remastered/objects/RuleSetManager.py
src/retro_data_structures/properties/prime_remastered/objects/RumbleEffectMP1.py
src/retro_data_structures/properties/prime_remastered/objects/RumbleEffectsDefinition.py
src/retro_data_structures/properties/prime_remastered/objects/RumbleEmitter.py
src/retro_data_structures/properties/prime_remastered/objects/RumbleEventResponderMP1.py
src/retro_data_structures/properties/prime_remastered/objects/RumbleSensoryDefinition.py
src/retro_data_structures/properties/prime_remastered/objects/SampleBankData.py
src/retro_data_structures/properties/prime_remastered/objects/SampleBankHint.py
src/retro_data_structures/properties/prime_remastered/objects/SamplerVoiceBankData.py
src/retro_data_structures/properties/prime_remastered/objects/SaveSlot.py
src/retro_data_structures/properties/prime_remastered/objects/Scannable.py
src/retro_data_structures/properties/prime_remastered/objects/ScorableTarget.py
src/retro_data_structures/properties/prime_remastered/objects/Scoring.py
src/retro_data_structures/properties/prime_remastered/objects/ScreenCoverageTrigger.py
src/retro_data_structures/properties/prime_remastered/objects/ScreenShot.py
src/retro_data_structures/properties/prime_remastered/objects/ScreenSpaceAO.py
src/retro_data_structures/properties/prime_remastered/objects/ScriptHUDBillboardEffectMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ScriptRelayMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ScriptedAnimationData.py
src/retro_data_structures/properties/prime_remastered/objects/ScriptedJumpData.py
src/retro_data_structures/properties/prime_remastered/objects/ScriptedMotion.py
src/retro_data_structures/properties/prime_remastered/objects/ScriptedMotionPhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/ScriptedOcclusionVolumeMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SeedlingMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SetAnimVisibilityState.py
src/retro_data_structures/properties/prime_remastered/objects/SetInventory.py
src/retro_data_structures/properties/prime_remastered/objects/SettingsMenuManager.py
src/retro_data_structures/properties/prime_remastered/objects/ShadowProjectorMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ShockWave.py
src/retro_data_structures/properties/prime_remastered/objects/ShockWaveMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SimpleShadow.py
src/retro_data_structures/properties/prime_remastered/objects/SimpleSound.py
src/retro_data_structures/properties/prime_remastered/objects/SimpleSoundPhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/SkinSwap.py
src/retro_data_structures/properties/prime_remastered/objects/Skybox.py
src/retro_data_structures/properties/prime_remastered/objects/SlideShow.py
src/retro_data_structures/properties/prime_remastered/objects/SnakeWeedSwarmMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SnapToPath.py
src/retro_data_structures/properties/prime_remastered/objects/SniperPoint.py
src/retro_data_structures/properties/prime_remastered/objects/Sound.py
src/retro_data_structures/properties/prime_remastered/objects/SoundFilterModifier.py
src/retro_data_structures/properties/prime_remastered/objects/SoundLevelMeterPhaseDriver.py
src/retro_data_structures/properties/prime_remastered/objects/SoundMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SoundPitchModifier.py
src/retro_data_structures/properties/prime_remastered/objects/SoundVolumeModifier.py
src/retro_data_structures/properties/prime_remastered/objects/SpacePirateMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SpankWeedMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SpawnPoint.py
src/retro_data_structures/properties/prime_remastered/objects/SpawnPointMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SpecialFunctionMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SpiderBallAttractionSurfaceMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SpiderBallWaypointMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SpindleCameraMP1.py
src/retro_data_structures/properties/prime_remastered/objects/SplineMotion.py
src/retro_data_structures/properties/prime_remastered/objects/SplineMotionPhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/StaticCollision.py
src/retro_data_structures/properties/prime_remastered/objects/SteamMP1.py
src/retro_data_structures/properties/prime_remastered/objects/Steering.py
src/retro_data_structures/properties/prime_remastered/objects/StreamedAudioMP1.py
src/retro_data_structures/properties/prime_remastered/objects/StreamedMovie.py
src/retro_data_structures/properties/prime_remastered/objects/SubtitleSequence.py
src/retro_data_structures/properties/prime_remastered/objects/SurfaceControl.py
src/retro_data_structures/properties/prime_remastered/objects/SurfaceGenerator.py
src/retro_data_structures/properties/prime_remastered/objects/SustainedPlayerDamageMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/SwitchMP1.py
src/retro_data_structures/properties/prime_remastered/objects/TakeDamage.py
src/retro_data_structures/properties/prime_remastered/objects/TargetableProjectileMP1.py
src/retro_data_structures/properties/prime_remastered/objects/TargetingPointMP1.py
src/retro_data_structures/properties/prime_remastered/objects/TeamAiMgrMP1.py
src/retro_data_structures/properties/prime_remastered/objects/TemplateManager.py
src/retro_data_structures/properties/prime_remastered/objects/Terrain.py
src/retro_data_structures/properties/prime_remastered/objects/TerrainAlignment.py
src/retro_data_structures/properties/prime_remastered/objects/TextPane.py
src/retro_data_structures/properties/prime_remastered/objects/ThardusMP1.py
src/retro_data_structures/properties/prime_remastered/objects/ThermalHeatFaderMP1.py
src/retro_data_structures/properties/prime_remastered/objects/TimeDilation.py
src/retro_data_structures/properties/prime_remastered/objects/TimeKeyframe.py
src/retro_data_structures/properties/prime_remastered/objects/Timer.py
src/retro_data_structures/properties/prime_remastered/objects/TimerAnimationGridParamProvider.py
src/retro_data_structures/properties/prime_remastered/objects/TimerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/TimerProgression.py
src/retro_data_structures/properties/prime_remastered/objects/TimerSequence.py
src/retro_data_structures/properties/prime_remastered/objects/TimerSequencePhaseResponder.py
src/retro_data_structures/properties/prime_remastered/objects/TimerStopwatch.py
src/retro_data_structures/properties/prime_remastered/objects/Tippy.py
src/retro_data_structures/properties/prime_remastered/objects/ToneData.py
src/retro_data_structures/properties/prime_remastered/objects/ToneSelectorHint.py
src/retro_data_structures/properties/prime_remastered/objects/ToneSelectorMIDI.py
src/retro_data_structures/properties/prime_remastered/objects/ToneSelectorScriptDriven.py
src/retro_data_structures/properties/prime_remastered/objects/ToneSelectorSequence.py
src/retro_data_structures/properties/prime_remastered/objects/Tonemap.py
src/retro_data_structures/properties/prime_remastered/objects/Touch.py
src/retro_data_structures/properties/prime_remastered/objects/TouchSet.py
src/retro_data_structures/properties/prime_remastered/objects/TouchableTrigger.py
src/retro_data_structures/properties/prime_remastered/objects/TriggerDamage.py
src/retro_data_structures/properties/prime_remastered/objects/TriggerDeathFall.py
src/retro_data_structures/properties/prime_remastered/objects/TriggerForce.py
src/retro_data_structures/properties/prime_remastered/objects/TriggerInhabitant.py
src/retro_data_structures/properties/prime_remastered/objects/TriggerLogic.py
src/retro_data_structures/properties/prime_remastered/objects/TriggerMP1.py
src/retro_data_structures/properties/prime_remastered/objects/TriggerProgressionVolume.py
src/retro_data_structures/properties/prime_remastered/objects/TryclopsMP1.py
src/retro_data_structures/properties/prime_remastered/objects/UIButton.py
src/retro_data_structures/properties/prime_remastered/objects/UICamera.py
src/retro_data_structures/properties/prime_remastered/objects/UIListView.py
src/retro_data_structures/properties/prime_remastered/objects/UIMenu.py
src/retro_data_structures/properties/prime_remastered/objects/UIProxy.py
src/retro_data_structures/properties/prime_remastered/objects/UIRelay.py
src/retro_data_structures/properties/prime_remastered/objects/UISlider.py
src/retro_data_structures/properties/prime_remastered/objects/UIWidget.py
src/retro_data_structures/properties/prime_remastered/objects/UVTransform.py
src/retro_data_structures/properties/prime_remastered/objects/VisorFlareMP1.py
src/retro_data_structures/properties/prime_remastered/objects/VisorFlareMP1Runtime.py
src/retro_data_structures/properties/prime_remastered/objects/VisorGooMP1.py
src/retro_data_structures/properties/prime_remastered/objects/VoiceEffect.py
src/retro_data_structures/properties/prime_remastered/objects/VolumetricFog.py
src/retro_data_structures/properties/prime_remastered/objects/VolumetricFogHint.py
src/retro_data_structures/properties/prime_remastered/objects/VolumetricFogRegion.py
src/retro_data_structures/properties/prime_remastered/objects/VolumetricFogRegionTransition.py
src/retro_data_structures/properties/prime_remastered/objects/WallCrawlerSwarmMP1.py
src/retro_data_structures/properties/prime_remastered/objects/WanderPoint.py
src/retro_data_structures/properties/prime_remastered/objects/WarWaspMP1.py
src/retro_data_structures/properties/prime_remastered/objects/WaterMP1.py
src/retro_data_structures/properties/prime_remastered/objects/WaterRenderVolume.py
src/retro_data_structures/properties/prime_remastered/objects/WaterTransitionMP1.py
src/retro_data_structures/properties/prime_remastered/objects/WaveBusterMP1.py
src/retro_data_structures/properties/prime_remastered/objects/Waypoint.py
src/retro_data_structures/properties/prime_remastered/objects/WaypointMP1.py
src/retro_data_structures/properties/prime_remastered/objects/WindWaker.py
src/retro_data_structures/properties/prime_remastered/objects/WorldLightFaderMP1.py
src/retro_data_structures/properties/prime_remastered/objects/WorldTeleporterTooMP1.py
src/retro_data_structures/properties/prime_remastered/objects/WorldTransition.py
src/retro_data_structures/properties/prime_remastered/objects/XRayHintMP1.py
src/retro_data_structures/properties/prime_remastered/objects/__init__.py
tests/__init__.py
tests/conftest.py
tests/test_compression.py
tests/test_lib.py
tests/test_properties.py
tests/conversion/test_conversion.py
tests/formats/test_ancs.py
tests/formats/test_anim.py
tests/formats/test_cinf.py
tests/formats/test_cmdl.py
tests/formats/test_cskr.py
tests/formats/test_hier.py
tests/formats/test_mlvl.py
tests/formats/test_mrea.py
tests/formats/test_pak_gc.py
tests/formats/test_particle_script.py
tests/formats/test_scan.py
tests/formats/test_script_api.py
tests/formats/test_strg.py
tests/formats/test_tree.py
tests/test_files/assets_echoes.json
tests/test_files/assets_prime.json
tools/compare_paks.py
tools/create_file_list.py
tools/profile_properties.py