mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2025-02-10 10:36:42 -05:00
8 lines
81 B
Go
8 lines
81 B
Go
|
package d2common
|
||
|
|
||
|
type Path struct {
|
||
|
X int32
|
||
|
Y int32
|
||
|
Action int32
|
||
|
}
|