2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-02 17:55:52 +00:00
metaforce/Runtime/Particle/CParticleElectric.cpp
2016-02-11 13:05:42 -10:00

12 lines
159 B
C++

#include "CParticleElectric.hpp"
namespace Retro
{
CParticleElectric::CParticleElectric(const TToken<CElectricDescription>& desc)
: CElementGen(desc)
{
}
}