Rename from GetOwningEntity to GetParentEntity

This commit is contained in:
David Markowitz
2023-06-09 01:28:01 -07:00
parent e2dfa1809d
commit f555ba8c25
14 changed files with 53 additions and 53 deletions

View File

@@ -76,7 +76,7 @@ void Inventory::SetSize(const uint32_t value) {
size = value;
GameMessages::SendSetInventorySize(component->GetOwningEntity(), type, static_cast<int>(size));
GameMessages::SendSetInventorySize(component->GetParentEntity(), type, static_cast<int>(size));
}
int32_t Inventory::FindEmptySlot() {