mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-13 15:26:09 +00:00
Implement CTweaks::RegisterResourceTweaks
This commit is contained in:
@@ -127,6 +127,9 @@ struct CTweakPlayerRes : ITweakPlayerRes
|
||||
const std::string& GetWaveBeamCineModel() const { return m_cineWave; }
|
||||
const std::string& GetPlasmaBeamCineModel() const { return m_cinePlasma; }
|
||||
const std::string& GetPhazonBeamCineModel() const { return m_cinePhazon; }
|
||||
|
||||
CTweakPlayerRes() = default;
|
||||
CTweakPlayerRes(athena::io::IStreamReader& in) { read(in); }
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user