aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--commands/short_location_command.proto6
1 files changed, 3 insertions, 3 deletions
diff --git a/commands/short_location_command.proto b/commands/short_location_command.proto
index 2be8ac1..24037ca 100644
--- a/commands/short_location_command.proto
+++ b/commands/short_location_command.proto
@@ -3,7 +3,7 @@ syntax = "proto3";
package whirl;
message ShortLocationCommand {
- int32 dx = 1;
- int32 dy = 2;
- int32 ddirection = 3;
+ int32 delta_x = 1;
+ int32 delta_y = 2;
+ int32 delta_direction = 3;
}