aboutsummaryrefslogtreecommitdiff
path: root/AppInitCmd.proto
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-06-12 06:50:29 -0700
committerFuwn <[email protected]>2024-06-12 06:50:29 -0700
commitd57ed896ec46ec5f081b3031bc8606033fdfd95f (patch)
tree87755d7ef6e3c54dab914e9004df84cf86ca8845 /AppInitCmd.proto
parentrefactor: clearer distance command (diff)
downloadworldserver-protobufs-d57ed896ec46ec5f081b3031bc8606033fdfd95f.tar.xz
worldserver-protobufs-d57ed896ec46ec5f081b3031bc8606033fdfd95f.zip
refactor: clearer network protobuf names
Diffstat (limited to 'AppInitCmd.proto')
-rw-r--r--AppInitCmd.proto4
1 files changed, 2 insertions, 2 deletions
diff --git a/AppInitCmd.proto b/AppInitCmd.proto
index 10b7e73..d7c3bb9 100644
--- a/AppInitCmd.proto
+++ b/AppInitCmd.proto
@@ -2,8 +2,8 @@ syntax = "proto3";
package whirl;
-import "NetProperty.proto";
+import "NetworkProperty.proto";
message AppInitCmd {
- repeated NetProperty property_list = 2;
+ repeated NetworkProperty property_list = 2;
} \ No newline at end of file