From 8efcb39ada60dc1ec7362ccb979df2a9445525ea Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 12 Jun 2024 06:00:03 -0700 Subject: feat: initial commit --- PropReqCmd.proto | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 PropReqCmd.proto (limited to 'PropReqCmd.proto') diff --git a/PropReqCmd.proto b/PropReqCmd.proto new file mode 100644 index 0000000..77a3bf3 --- /dev/null +++ b/PropReqCmd.proto @@ -0,0 +1,7 @@ +syntax = "proto3"; + +package whirl; + +message PropReqCmd { + repeated int32 variable_ids = 1; +} -- cgit v1.2.3