2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-21 20:33:27 +00:00
metaforce/DataSpec/DNACommon/Tweaks/ITweakParticle.hpp
2018-10-06 17:42:33 -10:00

14 lines
99 B
C++

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