mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-07 17:26:06 +01:00
8 lines
103 B
Protocol Buffer
8 lines
103 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
package idm.api2.proto;
|
||
|
|
||
|
message Location {
|
||
|
float lat = 1;
|
||
|
float lon = 2;
|
||
|
}
|