From 8efcb39ada60dc1ec7362ccb979df2a9445525ea Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 06:00:03 -0700 Subject: feat: initial commit --- PropertySetCmd.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 PropertySetCmd.proto (limited to 'PropertySetCmd.proto') diff --git a/PropertySetCmd.proto b/PropertySetCmd.proto new file mode 100644 index 0000000..973eefb --- /dev/null +++ b/PropertySetCmd.proto @@ -0,0 +1,10 @@ +syntax = "proto3"; + +package whirl; + +import "PropertyList.proto"; + +message PropertySetCmd { + string from_user = 1; + PropertyList property_list = 2; +} -- cgit v1.2.3