mirror of
https://github.com/nexus-stc/hyperboria
synced 2025-01-06 08:45:55 +01:00
681817ceae
GitOrigin-RevId: 83514338be1d662518bab9fe5ab6eefef98f229f
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;
|
|
}
|