2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 17:11:22 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakPlayerControl.hpp

10 lines
124 B
C++

#pragma once
#include "ITweak.hpp"
namespace DataSpec {
struct ITweakPlayerControl : ITweak {};
} // namespace DataSpec