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

package whirl;

message ShortLocationCommand {
  int32 delta_x = 1;
  int32 delta_y = 2;
  int32 delta_direction = 3;
}