diff options
| author | Fuwn <[email protected]> | 2024-06-12 06:53:52 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 06:53:52 -0700 |
| commit | f1d1e303a2ff0cd81001eb0283eeb3741c126588 (patch) | |
| tree | f1fdb613b7a7a5c57eeb7c6480d1cdae6c372799 /WhisperCmd.proto | |
| parent | refactor: clearer network protobuf names (diff) | |
| download | worldserver-protobufs-f1d1e303a2ff0cd81001eb0283eeb3741c126588.tar.xz worldserver-protobufs-f1d1e303a2ff0cd81001eb0283eeb3741c126588.zip | |
refactor: clearer comamnd names
Diffstat (limited to 'WhisperCmd.proto')
| -rw-r--r-- | WhisperCmd.proto | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/WhisperCmd.proto b/WhisperCmd.proto deleted file mode 100644 index ba88285..0000000 --- a/WhisperCmd.proto +++ /dev/null @@ -1,11 +0,0 @@ -syntax = "proto3"; - -package whirl; - -import "ObjID.proto"; - -message WhisperCmd { - ObjID sender_id = 1; - string text = 2; - ObjID receiver_id = 3; -} |