#pragma once #include "../../DNACommon/Tweaks/ITweakPlayerControl.hpp" namespace DataSpec::DNAMP1 { struct CTweakPlayerControl final : ITweakPlayerControl { AT_DECL_DNA_YAML Vector m_mappings; }; } // namespace DataSpec::DNAMP1