From 8efcb39ada60dc1ec7362ccb979df2a9445525ea Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 06:00:03 -0700 Subject: feat: initial commit --- Net2Property.proto | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Net2Property.proto (limited to 'Net2Property.proto') diff --git a/Net2Property.proto b/Net2Property.proto new file mode 100644 index 0000000..523b17b --- /dev/null +++ b/Net2Property.proto @@ -0,0 +1,13 @@ +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 -- cgit v1.2.3