diff options
| author | Fuwn <[email protected]> | 2024-06-12 06:46:31 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 06:46:31 -0700 |
| commit | 962abf14235db28fe0c4230185feccfab2bd448e (patch) | |
| tree | 5cf0f76dd560d0fbe7038a59fa0d0036164804e7 /SubscribeDistanceCmd.proto | |
| parent | refactor: clearer request commands names (diff) | |
| download | worldserver-protobufs-962abf14235db28fe0c4230185feccfab2bd448e.tar.xz worldserver-protobufs-962abf14235db28fe0c4230185feccfab2bd448e.zip | |
refactor: clearer distance command
Diffstat (limited to 'SubscribeDistanceCmd.proto')
| -rw-r--r-- | SubscribeDistanceCmd.proto | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/SubscribeDistanceCmd.proto b/SubscribeDistanceCmd.proto new file mode 100644 index 0000000..f21337a --- /dev/null +++ b/SubscribeDistanceCmd.proto @@ -0,0 +1,8 @@ +syntax = "proto3"; + +package whirl; + +message SubscribeDistanceCmd { + int32 room_number = 1; + int32 distance = 2; +} |