aboutsummaryrefslogtreecommitdiff
path: root/ShortLocCmd.proto
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 06:00:03 -0700
committerFuwn <[email protected]>2024-06-12 06:03:20 -0700
commit8efcb39ada60dc1ec7362ccb979df2a9445525ea (patch)
tree491f157c8d7b903e143701645b6963e026f3c3f0 /ShortLocCmd.proto
downloadworldserver-protobufs-8efcb39ada60dc1ec7362ccb979df2a9445525ea.tar.xz
worldserver-protobufs-8efcb39ada60dc1ec7362ccb979df2a9445525ea.zip
feat: initial commit
Diffstat (limited to 'ShortLocCmd.proto')
-rw-r--r--ShortLocCmd.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/ShortLocCmd.proto b/ShortLocCmd.proto
new file mode 100644
index 0000000..cba1070
--- /dev/null
+++ b/ShortLocCmd.proto
@@ -0,0 +1,9 @@
+syntax = "proto3";
+
+package whirl;
+
+message ShortLocCmd {
+ int32 dx = 1;
+ int32 dy = 2;
+ int32 ddirection = 3;
+}