Decomp ItemManager::GetEquippedShipPart

This commit is contained in:
Aetias
2024-02-17 13:44:37 +01:00
parent 4ab8f04b33
commit 108951f307
2 changed files with 3 additions and 9 deletions
+3
View File
@@ -304,3 +304,6 @@ ARM NONMATCH bool ItemManager::func_ov00_020ad790(unk32 param1) {
#endif
}
THUMB ShipType ItemManager::GetEquippedShipPart(ShipPart part) const {
return this->mEquippedShipParts[part];
}