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

package whirl;

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