update merc
This commit is contained in:
@@ -9,6 +9,18 @@ import (
|
||||
"github.com/hectorgimenez/d2go/pkg/data/superunique"
|
||||
)
|
||||
|
||||
type OwnMercenary struct {
|
||||
Found bool
|
||||
ClassID npc.ID
|
||||
UnitID UnitID
|
||||
OwnerUnitID UnitID
|
||||
OwnerName string
|
||||
Position Position
|
||||
Mode mode.NpcMode
|
||||
IsCorpse bool
|
||||
HPPercent int
|
||||
}
|
||||
|
||||
type NPC struct {
|
||||
ID npc.ID
|
||||
Name string
|
||||
|
||||
Reference in New Issue
Block a user