add object owner
This commit is contained in:
@@ -3,11 +3,13 @@ package data
|
||||
import "github.com/hectorgimenez/d2go/pkg/data/object"
|
||||
|
||||
type Object struct {
|
||||
ID UnitID
|
||||
Name object.Name
|
||||
IsHovered bool
|
||||
Selectable bool
|
||||
InteractType object.InteractType
|
||||
Position Position
|
||||
Owner string
|
||||
}
|
||||
|
||||
type Objects []Object
|
||||
|
||||
Reference in New Issue
Block a user