Improved comments inside GetSizeByInventoryItemHash and string comparisons

This commit is contained in:
Chomp
2025-04-20 19:00:52 +01:00
parent 118721c436
commit 6faa69964d
2 changed files with 20 additions and 11 deletions
@@ -518,6 +518,11 @@ public class LocationLootGenerator(
return containerClone;
}
/// <summary>
/// Get the height/width of an item including its children
/// </summary>
/// <param name="items"></param>
/// <returns></returns>
protected ItemSize? GetItemSize(List<Item>? items)
{
var rootItem = items[0];