mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-12 20:55:49 -05:00
8 lines
112 B
Protocol Buffer
Vendored
8 lines
112 B
Protocol Buffer
Vendored
syntax = "proto3";
|
|
package POGOProtos.Map;
|
|
|
|
message SpawnPoint {
|
|
double latitude = 2;
|
|
double longitude = 3;
|
|
}
|