Skip to content

GearworksSMP/gwsync

Repository files navigation

GWSync

Used to sync Gearworks playerdata and more

proto

For Go use the following to generate files

protoc --go_out=./proto/ --go_opt=paths=source_relative --go-grpc_out=./proto/ --go-grpc_opt=paths=source_relative gearworks.proto

For Java use the following to generate files

protoc -I=. --java_out=. gearworks.proto

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages