2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 16:31:21 +00:00
metaforce/Runtime/Tweaks/ITweakParticle.hpp

10 lines
143 B
C++

#pragma once
#include "Runtime/Tweaks/ITweak.hpp"
namespace metaforce::Tweaks {
struct ITweakParticle : ITweak {};
} // namespace DataSpec