diff options
Diffstat (limited to 'LongLocationCmd.proto')
| -rw-r--r-- | LongLocationCmd.proto | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/LongLocationCmd.proto b/LongLocationCmd.proto new file mode 100644 index 0000000..be70f7f --- /dev/null +++ b/LongLocationCmd.proto @@ -0,0 +1,10 @@ +syntax = "proto3"; + +package whirl; + +message LongLocationCmd { + int32 x = 1; + int32 y = 2; + int32 z = 3; + int32 direction = 4; +} |