get stashed gold

This commit is contained in:
Héctor Giménez
2024-05-15 17:23:53 +09:00
parent ffae8296af
commit 2a5f31885e
7 changed files with 48 additions and 31 deletions

View File

@@ -3,6 +3,7 @@ package memory
import (
"github.com/hectorgimenez/d2go/pkg/data"
"github.com/hectorgimenez/d2go/pkg/data/area"
"github.com/hectorgimenez/d2go/pkg/data/stat"
"github.com/hectorgimenez/d2go/pkg/data/state"
)
@@ -16,6 +17,8 @@ type RawPlayerUnit struct {
Position data.Position
IsHovered bool
States state.States
Stats stat.Stats
BaseStats stat.Stats
}
type RawPlayerUnits []RawPlayerUnit