Helper methods extensions (#431)

* Remove unused model

* Start moving methods to extensions, cleanup code
This commit is contained in:
Jesse
2025-06-28 13:14:50 +02:00
committed by GitHub
parent a3dbd3176e
commit 22c71bee5b
20 changed files with 248 additions and 276 deletions
@@ -1145,7 +1145,7 @@ public class RagfairController
};
}
_itemHelper.FixItemStackCount(rootItem);
rootItem.FixItemStackCount();
itemsToReturn.Add(
_itemHelper.FindAndReturnChildrenAsItems(pmcData.Inventory.Items, itemId)