mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-16 02:57:03 +00:00
CElectricBeamProjectile: Finish implementation
This commit is contained in:
@@ -14,9 +14,10 @@ struct SElectricBeamInfo {
|
||||
float x18_;
|
||||
float x1c_;
|
||||
};
|
||||
|
||||
class CElectricBeamProjectile : public CBeamProjectile {
|
||||
std::unique_ptr<CParticleElectric> x468_electric;
|
||||
TToken<CGenDescription> x46c_genDescription;
|
||||
TCachedToken<CGenDescription> x46c_genDescription;
|
||||
std::unique_ptr<CElementGen> x478_elementGen;
|
||||
float x47c_;
|
||||
float x480_;
|
||||
@@ -37,4 +38,4 @@ public:
|
||||
void ResetBeam(CStateManager&, bool) override;
|
||||
void Fire(const zeus::CTransform&, CStateManager&, bool) override;
|
||||
};
|
||||
} // namespace urde
|
||||
} // namespace urde
|
||||
|
||||
Reference in New Issue
Block a user