diff options
| author | Fuwn <[email protected]> | 2024-06-12 06:42:44 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 06:42:44 -0700 |
| commit | eaba1029447262efc7279393c4ace2a61554f41b (patch) | |
| tree | 4df1678ffcba766ce29b3d7c3c63173877057f4f /ShortLocationCmd.proto | |
| parent | refactor(NetPacket): rename fields (diff) | |
| download | worldserver-protobufs-eaba1029447262efc7279393c4ace2a61554f41b.tar.xz worldserver-protobufs-eaba1029447262efc7279393c4ace2a61554f41b.zip | |
refactor: rename location commands
Diffstat (limited to 'ShortLocationCmd.proto')
| -rw-r--r-- | ShortLocationCmd.proto | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ShortLocationCmd.proto b/ShortLocationCmd.proto new file mode 100644 index 0000000..b26b8da --- /dev/null +++ b/ShortLocationCmd.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package whirl; + +message ShortLocationCmd { + int32 dx = 1; + int32 dy = 2; + int32 ddirection = 3; +} |