aboutsummaryrefslogtreecommitdiff
path: root/network_packet.proto
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 07:10:28 -0700
committerFuwn <[email protected]>2024-06-12 07:10:28 -0700
commitebd9a84b39c9b5e7004e4ba96b5c900c949e24e5 (patch)
tree4e87fe1120432457d91dfa7d30b0fe6058a89d2a /network_packet.proto
parentrefactor: rename ObjID (diff)
downloadworldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.tar.xz
worldserver-protobufs-ebd9a84b39c9b5e7004e4ba96b5c900c949e24e5.zip
refactor: move commands to command module
Diffstat (limited to 'network_packet.proto')
-rw-r--r--network_packet.proto52
1 files changed, 26 insertions, 26 deletions
diff --git a/network_packet.proto b/network_packet.proto
index d58d303..29aeec1 100644
--- a/network_packet.proto
+++ b/network_packet.proto
@@ -2,32 +2,32 @@ syntax = "proto3";
package whirl;
-import "appear_actor_command.proto";
-import "app_init_command.proto";
-import "prop_command.proto";
-import "buddy_list_notify_command.proto";
-import "buddy_list_update_command.proto";
-import "channel_command.proto";
-import "disappear_actor_command.proto";
-import "finger_reply_command.proto";
-import "finger_request_command.proto";
-import "long_location_command.proto";
-import "property_set_command.proto";
-import "property_update_command.proto";
-import "prop_request_command.proto";
-import "redirect_command.proto";
-import "redirect_id_command.proto";
-import "room_id_command.proto";
-import "room_id_request_command.proto";
-import "session_exit_command.proto";
-import "session_init_command.proto";
-import "short_location_command.proto";
-import "subscribe_distance_command.proto";
-import "subscribe_room_command.proto";
-import "teleport_command.proto";
-import "text_command.proto";
-import "unsubscribe_room_command.proto";
-import "whisper_command.proto";
+import "commands/appear_actor_command.proto";
+import "commands/app_init_command.proto";
+import "commands/prop_command.proto";
+import "commands/buddy_list_notify_command.proto";
+import "commands/buddy_list_update_command.proto";
+import "commands/channel_command.proto";
+import "commands/disappear_actor_command.proto";
+import "commands/finger_reply_command.proto";
+import "commands/finger_request_command.proto";
+import "commands/long_location_command.proto";
+import "commands/property_set_command.proto";
+import "commands/property_update_command.proto";
+import "commands/prop_request_command.proto";
+import "commands/redirect_command.proto";
+import "commands/redirect_id_command.proto";
+import "commands/room_id_command.proto";
+import "commands/room_id_request_command.proto";
+import "commands/session_exit_command.proto";
+import "commands/session_init_command.proto";
+import "commands/short_location_command.proto";
+import "commands/subscribe_distance_command.proto";
+import "commands/subscribe_room_command.proto";
+import "commands/teleport_command.proto";
+import "commands/text_command.proto";
+import "commands/unsubscribe_room_command.proto";
+import "commands/whisper_command.proto";
message NetworkPacket {
uint32 length = 1;