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

package whirl;

message ShortLocationCommand {
  int32 dx = 1;
  int32 dy = 2;
  int32 ddirection = 3;
}