Decomp ItemManager::EquipShipPart

This commit is contained in:
Aetias
2024-02-17 13:45:21 +01:00
parent 108951f307
commit aefcf5bf21
2 changed files with 4 additions and 9 deletions
+4
View File
@@ -307,3 +307,7 @@ ARM NONMATCH bool ItemManager::func_ov00_020ad790(unk32 param1) {
THUMB ShipType ItemManager::GetEquippedShipPart(ShipPart part) const {
return this->mEquippedShipParts[part];
}
THUMB void ItemManager::EquipShipPart(ShipPart part, ShipType type) {
this->mEquippedShipParts[part] = type;
}