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