diff options
| author | Fuwn <[email protected]> | 2024-06-12 07:10:28 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 07:10:28 -0700 |
| commit | ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5 (patch) | |
| tree | 4e87fe1120432457d91dfa7d30b0fe6058a89d2a /buddy_list_update_command.proto | |
| parent | refactor: rename ObjID (diff) | |
| download | worldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.tar.xz worldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.zip | |
refactor: move commands to command module
Diffstat (limited to 'buddy_list_update_command.proto')
| -rw-r--r-- | buddy_list_update_command.proto | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/buddy_list_update_command.proto b/buddy_list_update_command.proto deleted file mode 100644 index d422f55..0000000 --- a/buddy_list_update_command.proto +++ /dev/null @@ -1,8 +0,0 @@ -syntax = "proto3"; - -package whirl; - -message BuddyListUpdateCommand { - string buddy = 1; - int32 add = 2; -} |