1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-22 23:25:23 +00:00
OpenDiablo2/d2common/path.go
2020-07-08 09:16:56 -04:00

9 lines
101 B
Go

package d2common
// Path represents a path
type Path struct {
X int
Y int
Action int
}