syntax = "proto3"; package whirl; message ShortLocationCmd { int32 dx = 1; int32 dy = 2; int32 ddirection = 3; }