aboutsummaryrefslogtreecommitdiff
path: root/Net2Property.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 /Net2Property.proto
parentrefactor: clearer distance command (diff)
downloadworldserver-protobufs-d57ed896ec46ec5f081b3031bc8606033fdfd95f.tar.xz
worldserver-protobufs-d57ed896ec46ec5f081b3031bc8606033fdfd95f.zip
refactor: clearer network protobuf names
Diffstat (limited to 'Net2Property.proto')
-rw-r--r--Net2Property.proto13
1 files changed, 0 insertions, 13 deletions
diff --git a/Net2Property.proto b/Net2Property.proto
deleted file mode 100644
index 523b17b..0000000
--- a/Net2Property.proto
+++ /dev/null
@@ -1,13 +0,0 @@
-syntax = "proto3";
-
-package whirl;
-
-message Net2Property {
- int32 prop_id = 1;
- int32 flags = 2;
- int32 access = 3;
- oneof value {
- string string_value = 4;
- bytes binary_value = 5;
- }
-} \ No newline at end of file