-
Notifications
You must be signed in to change notification settings - Fork 811
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Player Tracking Proto and Go stubs #1312
Player Tracking Proto and Go stubs #1312
Conversation
Build Succeeded 👏 Build Id: 71dd273b-8496-4173-a34d-35dc89cd8b97 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
C++ changes LGTM
6c620d7
to
e40a2f6
Compare
Build Succeeded 👏 Build Id: 61278f48-a4d7-42dc-b0f9-11931fd614a6 The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
e40a2f6
to
16aa43d
Compare
Build Succeeded 👏 Build Id: 1d09cc1d-278e-4f55-b026-38ec6327feff The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Gentle bump on review please |
Can I please get review on this, and #1324 , because I'm currently stuck on player tracking until these get merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure whom you're referring to. I think I'd already approved this.
This pull-request has been approved by: devjgm, markmandel, steven-supersolid
But happy to approve again if that helps.
Thanks @devjgm but I need approval from someone with write access - so @pooneh-m or @roberthbailey at this point. |
Looking now. |
Implementation of the alpha functions for player tracking in the proto definition. This includes a interface and non-working stub for the Go gRPC clients as well. Copyright notices where updated to 2020 on the other languages as they were regenerated during the process. Work on googleforgames#1033
16aa43d
to
ce6c118
Compare
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: devjgm, markmandel, roberthbailey, steven-supersolid The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Build Succeeded 👏 Build Id: b45ff348-0a68-442e-ae53-7eed64dc94aa The following development artifacts have been built, and will exist for the next 30 days:
A preview of the website (the last 30 builds are retained): To install this version:
|
Implementation of the alpha functions for player tracking in the proto definition. This includes a interface and non-working stub for the Go gRPC clients as well. Copyright notices where updated to 2020 on the other languages as they were regenerated during the process. Work on googleforgames#1033
Implementation of the alpha functions for player tracking in the proto definition.
This includes a interface and non-working stub for the Go gRPC clients as well.
Copyright notices where updated to 2020 on the other languages as they were regenerated during the process.
Work on #1033