mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-02 17:55:52 +00:00
12 lines
159 B
C++
12 lines
159 B
C++
#include "CParticleElectric.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
CParticleElectric::CParticleElectric(const TToken<CElectricDescription>& desc)
|
|
: CElementGen(desc)
|
|
{
|
|
}
|
|
|
|
}
|