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