2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-16 00:17:13 +00:00

Tweak Imps

This commit is contained in:
2017-01-26 02:06:18 -08:00
parent da91c921cb
commit 0f3e4b4a38
36 changed files with 1574 additions and 1147 deletions

View File

@@ -15,6 +15,7 @@ struct CTweakParticle : ITweakParticle
String<-1> m_powerBeam;
String<-1> m_genThrust;
CTweakParticle()=default;
CTweakParticle(athena::io::IStreamReader& reader) { this->read(reader); }
};