Protobuf gen for dragonboat statemachine.
For usage see example at testdata/test.proto
and dragonboat_test.go
.
go install github.com/LilithGames/protoc-gen-dragonboat@latest
protoc -I=. --go_out=paths=source_relative:. --dragonboat_out=paths=source_relative:. testdata/test.proto