aboutsummaryrefslogtreecommitdiff
path: root/commands/long_location_command.proto
blob: 913dbd20a2b735e667e9c7483cd6a69426fb1b76 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package whirl;

message LongLocationCommand {
  int32 x = 1;
  int32 y = 2;
  int32 z = 3;
  int32 direction = 4;
}