From eb78b1a9592d8bd1234beb18fe8141ef705d97ee Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 07:02:50 -0700 Subject: refactor: use snake case (style guide) --- property_set_command.proto | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 property_set_command.proto (limited to 'property_set_command.proto') diff --git a/property_set_command.proto b/property_set_command.proto new file mode 100644 index 0000000..df6b7bc --- /dev/null +++ b/property_set_command.proto @@ -0,0 +1,10 @@ +syntax = "proto3"; + +package whirl; + +import "property_list.proto"; + +message PropertySetCommand { + string from_user = 1; + PropertyList property_list = 2; +} -- cgit v1.2.3