aboutsummaryrefslogtreecommitdiff
path: root/short_location_command.proto
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 07:10:28 -0700
committerFuwn <[email protected]>2024-06-12 07:10:28 -0700
commitebd9a84b39c9b5e7004e4ba96b5c900c949e24e5 (patch)
tree4e87fe1120432457d91dfa7d30b0fe6058a89d2a /short_location_command.proto
parentrefactor: rename ObjID (diff)
downloadworldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.tar.xz
worldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.zip
refactor: move commands to command module
Diffstat (limited to 'short_location_command.proto')
-rw-r--r--short_location_command.proto9
1 files changed, 0 insertions, 9 deletions
diff --git a/short_location_command.proto b/short_location_command.proto
deleted file mode 100644
index 2be8ac1..0000000
--- a/short_location_command.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package whirl;
-
-message ShortLocationCommand {
- int32 dx = 1;
- int32 dy = 2;
- int32 ddirection = 3;
-}