mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-15 01:26:08 +00:00
Implement CTweaks::RegisterResourceTweaks
This commit is contained in:
@@ -113,6 +113,9 @@ struct CTweakGunRes : ITweakGunRes
|
||||
const std::string& GetGrappleHitParticle() const { return m_grappleHit; }
|
||||
const std::string& GetGrappleMuzzleParticle() const { return m_grappleMuzzle; }
|
||||
const std::string& GetGrappleSwooshParticle() const { return m_grappleSwoosh; }
|
||||
|
||||
CTweakGunRes() = default;
|
||||
CTweakGunRes(athena::io::IStreamReader& in) { read(in); }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user