diff options
Diffstat (limited to 'short_location_command.proto')
| -rw-r--r-- | short_location_command.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/short_location_command.proto b/short_location_command.proto new file mode 100644 index 0000000..2be8ac1 --- /dev/null +++ b/short_location_command.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package whirl; + +message ShortLocationCommand { + int32 dx = 1; + int32 dy = 2; + int32 ddirection = 3; +} |