mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 09:07:43 +00:00
Humungous refactor
This commit is contained in:
@@ -13,7 +13,7 @@ struct CTweakPlayerControl : ITweakPlayerControl
|
||||
DECL_YAML
|
||||
Vector<atUint32, DNA_COUNT(65)> m_mappings;
|
||||
atUint32 GetMapping(atUint32 command) const {return m_mappings[command];}
|
||||
CTweakPlayerControl(Athena::io::IStreamReader& reader) {this->read(reader);}
|
||||
CTweakPlayerControl(athena::io::IStreamReader& reader) {this->read(reader);}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user