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