mirror of
https://github.com/OpenDiablo2/OpenDiablo2
synced 2024-11-07 10:47:19 -05:00
920a4f51b0
* Started adding support for NPCs. Added Monstats dictionary.
8 lines
79 B
Go
8 lines
79 B
Go
package common
|
|
|
|
type Path struct {
|
|
X int32
|
|
Y int32
|
|
Action int32
|
|
}
|