get stashed gold
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user