aboutsummaryrefslogtreecommitdiff
path: root/long_location_command.proto
diff options
context:
space:
mode:
Diffstat (limited to 'long_location_command.proto')
-rw-r--r--long_location_command.proto10
1 files changed, 10 insertions, 0 deletions
diff --git a/long_location_command.proto b/long_location_command.proto
new file mode 100644
index 0000000..913dbd2
--- /dev/null
+++ b/long_location_command.proto
@@ -0,0 +1,10 @@
+syntax = "proto3";
+
+package whirl;
+
+message LongLocationCommand {
+ int32 x = 1;
+ int32 y = 2;
+ int32 z = 3;
+ int32 direction = 4;
+}