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 /build | |
| parent | refactor: rename ObjID (diff) | |
| download | worldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.tar.xz worldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.zip | |
refactor: move commands to command module
Diffstat (limited to 'build')
| -rw-r--r-- | build/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/test.py b/build/test.py index cf4b869..cf2d28c 100644 --- a/build/test.py +++ b/build/test.py @@ -1,5 +1,5 @@ import network_packet_pb2 as network_packet -import buddy_list_notify_command_pb2 as buddy_list_notify_command +from commands import buddy_list_notify_command_pb2 as buddy_list_notify_command request = network_packet.NetworkPacket() |