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 /PropertyList.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 'PropertyList.proto')
| -rw-r--r-- | PropertyList.proto | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/PropertyList.proto b/PropertyList.proto index 2c83fcb..15e5ec7 100644 --- a/PropertyList.proto +++ b/PropertyList.proto @@ -2,8 +2,8 @@ syntax = "proto3"; package whirl; -import "Net2Property.proto"; +import "Network2Property.proto"; message PropertyList { - repeated Net2Property properties = 1; + repeated Network2Property properties = 1; } |