Decomp ItemManager::GetShipPartCount

This commit is contained in:
Aetias
2024-02-18 11:37:33 +01:00
parent 5697dceffa
commit 90c42ba870
2 changed files with 4 additions and 13 deletions
+4
View File
@@ -279,3 +279,7 @@ THUMB ShipType ItemManager::GetEquippedShipPart(ShipPart part) const {
THUMB void ItemManager::EquipShipPart(ShipPart part, ShipType type) {
this->mEquippedShipParts[part] = type;
}
THUMB s8 ItemManager::GetShipPartCount(ShipPart part, ShipType type) const {
return this->mShipParts[part][type];
}