mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
Nearly all CParticleDataFactory implemented
This commit is contained in:
@@ -25,25 +25,25 @@ class CIntElement;
|
||||
struct SParticleModel
|
||||
{
|
||||
TToken<CModel> m_model;
|
||||
bool m_found;
|
||||
bool m_found = false;
|
||||
};
|
||||
|
||||
struct SChildGeneratorDesc
|
||||
{
|
||||
TToken<CSwooshDescription> m_model;
|
||||
bool m_found;
|
||||
bool m_found = false;
|
||||
};
|
||||
|
||||
struct SSwooshGeneratorDesc
|
||||
{
|
||||
TToken<CSwooshDescription> m_model;
|
||||
bool m_found;
|
||||
bool m_found = false;
|
||||
};
|
||||
|
||||
struct SElectricGeneratorDesc
|
||||
{
|
||||
TToken<CElectricDescription> m_model;
|
||||
bool m_found;
|
||||
bool m_found = false;
|
||||
};
|
||||
|
||||
class CParticleDataFactory
|
||||
|
||||
Reference in New Issue
Block a user