mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 02:27:43 +00:00
Implement CRainSplashGenerator and finish CPlayerGun constructor
This commit is contained in:
@@ -8,6 +8,16 @@ namespace urde
|
||||
|
||||
class CIceBeam : public CGunWeapon
|
||||
{
|
||||
TCachedToken<CGenDescription> x21c_iceSmoke;
|
||||
TCachedToken<CGenDescription> x228_ice2nd1;
|
||||
TCachedToken<CGenDescription> x234_ice2nd2;
|
||||
u32 x240_ = 0;
|
||||
u32 x244_ = 0;
|
||||
bool x248_24 : 1;
|
||||
bool x248_25 : 1;
|
||||
public:
|
||||
CIceBeam(CAssetId characterId, EWeaponType type, TUniqueId playerId,
|
||||
EMaterialTypes playerMaterial, const zeus::CVector3f& scale);
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user