1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-09-29 06:36:30 -04:00
OpenDiablo2/common/Path.go

8 lines
79 B
Go
Raw Normal View History

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