aboutsummaryrefslogtreecommitdiff
path: root/ShortLocCmd.proto
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 06:42:44 -0700
committerFuwn <[email protected]>2024-06-12 06:42:44 -0700
commiteaba1029447262efc7279393c4ace2a61554f41b (patch)
tree4df1678ffcba766ce29b3d7c3c63173877057f4f /ShortLocCmd.proto
parentrefactor(NetPacket): rename fields (diff)
downloadworldserver-protobufs-eaba1029447262efc7279393c4ace2a61554f41b.tar.xz
worldserver-protobufs-eaba1029447262efc7279393c4ace2a61554f41b.zip
refactor: rename location commands
Diffstat (limited to 'ShortLocCmd.proto')
-rw-r--r--ShortLocCmd.proto9
1 files changed, 0 insertions, 9 deletions
diff --git a/ShortLocCmd.proto b/ShortLocCmd.proto
deleted file mode 100644
index cba1070..0000000
--- a/ShortLocCmd.proto
+++ /dev/null
@@ -1,9 +0,0 @@
-syntax = "proto3";
-
-package whirl;
-
-message ShortLocCmd {
- int32 dx = 1;
- int32 dy = 2;
- int32 ddirection = 3;
-}