mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-09 16:05:52 +00:00
Fix type and name derps
This commit is contained in:
parent
49e84c85fd
commit
c8abcad283
@ -30,19 +30,19 @@ struct SParticleModel
|
||||
|
||||
struct SChildGeneratorDesc
|
||||
{
|
||||
TToken<CSwooshDescription> m_model;
|
||||
TToken<CGenDescription> m_gen;
|
||||
bool m_found = false;
|
||||
};
|
||||
|
||||
struct SSwooshGeneratorDesc
|
||||
{
|
||||
TToken<CSwooshDescription> m_model;
|
||||
TToken<CSwooshDescription> m_swoosh;
|
||||
bool m_found = false;
|
||||
};
|
||||
|
||||
struct SElectricGeneratorDesc
|
||||
{
|
||||
TToken<CElectricDescription> m_model;
|
||||
TToken<CElectricDescription> m_electric;
|
||||
bool m_found = false;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user