diff options
| author | Fuwn <[email protected]> | 2024-06-12 06:50:29 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-06-12 06:50:29 -0700 |
| commit | d57ed896ec46ec5f081b3031bc8606033fdfd95f (patch) | |
| tree | 87755d7ef6e3c54dab914e9004df84cf86ca8845 /AppInitCmd.proto | |
| parent | refactor: clearer distance command (diff) | |
| download | worldserver-protobufs-d57ed896ec46ec5f081b3031bc8606033fdfd95f.tar.xz worldserver-protobufs-d57ed896ec46ec5f081b3031bc8606033fdfd95f.zip | |
refactor: clearer network protobuf names
Diffstat (limited to 'AppInitCmd.proto')
| -rw-r--r-- | AppInitCmd.proto | 4 |
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 |