1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-28 18:15:23 +00:00
OpenDiablo2/d2common/path.go
2019-11-10 17:36:25 -05:00

8 lines
81 B
Go

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