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

package whirl;

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