embed object name

This commit is contained in:
Héctor Giménez
2024-05-29 09:17:20 +09:00
parent 1a39621d2f
commit 7c1647ae68

View File

@@ -3,8 +3,8 @@ package data
import "github.com/hectorgimenez/d2go/pkg/data/object" import "github.com/hectorgimenez/d2go/pkg/data/object"
type Object struct { type Object struct {
ID UnitID ID UnitID
Name object.Name object.Name
IsHovered bool IsHovered bool
Selectable bool Selectable bool
InteractType object.InteractType InteractType object.InteractType