1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2025-02-20 23:47:16 -05:00

8 lines
81 B
Go
Raw Normal View History

2019-11-10 03:36:53 -05:00
package d2common
type Path struct {
X int32
Y int32
Action int32
}