diff options
| author | Fuwn <[email protected]> | 2024-06-12 06:44:59 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 06:45:04 -0700 |
| commit | 44d31816b8d42c4299c2d75b12141c0c5c8f99b4 (patch) | |
| tree | ad483414a6ee3e211aaf89428d5e3a7b23644112 /FingerRequestCmd.proto | |
| parent | refactor: rename location commands (diff) | |
| download | worldserver-protobufs-44d31816b8d42c4299c2d75b12141c0c5c8f99b4.tar.xz worldserver-protobufs-44d31816b8d42c4299c2d75b12141c0c5c8f99b4.zip | |
refactor: clearer request commands names
Diffstat (limited to 'FingerRequestCmd.proto')
| -rw-r--r-- | FingerRequestCmd.proto | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/FingerRequestCmd.proto b/FingerRequestCmd.proto new file mode 100644 index 0000000..2fac2d5 --- /dev/null +++ b/FingerRequestCmd.proto @@ -0,0 +1,7 @@ +syntax = "proto3"; + +package whirl; + +message FingerRequestCmd { + string user = 1; +} |