mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:47:43 +00:00
Constructor stubs for swooshes and electrics
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include "CParticleElectric.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
CParticleElectric::CParticleElectric(const TToken<CElectricDescription>& desc)
|
||||
: CElementGen(desc)
|
||||
{
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user