1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-02-20 23:47:16 -05:00
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
}