1 2 3 4 5 6 7 8 9
syntax = "proto3"; package whirl; message ShortLocationCommand { int32 dx = 1; int32 dy = 2; int32 ddirection = 3; }