Created
July 17, 2016 21:16
-
-
Save greenboxal/18caa806a2c679d76b1ebbbe67c55d2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| message GetMapObjects { | |
| repeated uint64 CellId = 1; | |
| repeated int64 SinceTimeMs = 2; | |
| double PlayerLat = 3; | |
| double PlayerLng = 4; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment