mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-13 09:25:52 +00:00
13 lines
264 B
C++
13 lines
264 B
C++
#pragma once
|
|
|
|
#include "../../DNACommon/Tweaks/ITweakPlayerControl.hpp"
|
|
|
|
namespace DataSpec::DNAMP1 {
|
|
|
|
struct CTweakPlayerControl final : ITweakPlayerControl {
|
|
AT_DECL_DNA_YAML
|
|
Vector<atUint32, AT_DNA_COUNT(67)> m_mappings;
|
|
};
|
|
|
|
} // namespace DataSpec::DNAMP1
|