Back to Opendiablo2

OpenDiablo2 Enums

d2common/d2enum/readme.md

0.1-pre-alpha517 B
Original Source

OpenDiablo2 Enums

Items in this folder are compiled with two programs. You can obtain them by running the following:

go get golang.org/x/tools/cmd/stringer
go get github.com/mewspring/tools/cmd/string2enum

Once you have the tools installed, simply run the following command in this folder to regenerate the support files:

go generate

If you add any enums (e.g. AnimationMode), make sure to add the following to the end of the file:

go
//go:generate stringer -linecomment -type AnimationMode