Used to sync Gearworks playerdata and more
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