Add StackQty As Property

- added the offset for StackQty
- thanks to AMB for providing the Offset
This commit is contained in:
Neo-Silver
2026-02-17 11:07:32 +01:00
parent 0ad15efcf8
commit 1b9c78102c
2 changed files with 4 additions and 13 deletions

View File

@@ -111,6 +111,7 @@ type Item struct {
InTradeOrStoreScreen bool
IsInSocket bool
UniqueSetID int32
StackedQuantity int
}
type Drop struct {