mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 23:47:43 +00:00
Implement CParticleElectricDataFactory
This commit is contained in:
@@ -7,6 +7,26 @@ namespace Retro
|
||||
{
|
||||
class CElectricDescription
|
||||
{
|
||||
std::unique_ptr<CIntElement> x0_LIFE;
|
||||
std::unique_ptr<CIntElement> x4_SLIF;
|
||||
std::unique_ptr<CRealElement> x8_GRAT;
|
||||
std::unique_ptr<CIntElement> xc_SCNT;
|
||||
std::unique_ptr<CIntElement> x10_SSEG;
|
||||
std::unique_ptr<CColorElement> x14_COLR;
|
||||
bool x18_IEMT;
|
||||
bool x1c_FEMT;
|
||||
bool x20_AMPL;
|
||||
bool x24_AMPD;
|
||||
bool x28_LWD1;
|
||||
bool x2c_LWD2;
|
||||
bool x30_LWD3;
|
||||
bool x34_LCL1;
|
||||
bool x38_LCL2;
|
||||
bool x3c_LCL3;
|
||||
SSwooshGeneratorDesc x40_SSWH;
|
||||
SChildGeneratorDesc x50_GPSM;
|
||||
SChildGeneratorDesc x60_EPSM;
|
||||
bool x70_ZERY;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user