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