aboutsummaryrefslogtreecommitdiff
path: root/network_commands.proto
diff options
context:
space:
mode:
Diffstat (limited to 'network_commands.proto')
-rw-r--r--network_commands.proto8
1 files changed, 8 insertions, 0 deletions
diff --git a/network_commands.proto b/network_commands.proto
new file mode 100644
index 0000000..d909716
--- /dev/null
+++ b/network_commands.proto
@@ -0,0 +1,8 @@
+syntax = "proto3";
+
+package whirl;
+
+message NetworkCommands {
+ repeated string receivable_network_packet = 1;
+ map<int32, string> property_list = 2;
+}