OpenDiablo2/d2common/path.go

8 lines
81 B
Go

package d2common
type Path struct {
X int32
Y int32
Action int32
}