From 85e2267e399805c9bde146833d338cd9856bbfa0 Mon Sep 17 00:00:00 2001 From: Roy Ben Shabat Date: Sun, 7 Jun 2020 16:24:17 +0300 Subject: Added TryThreadLoadingRequest/Response. --- .../PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto (limited to 'Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto') diff --git a/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto b/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto new file mode 100644 index 000000000..a92ee70c4 --- /dev/null +++ b/Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto @@ -0,0 +1,9 @@ +syntax = "proto3"; + +package Tango.PMR.ThreadLoading; +option java_package = "com.twine.tango.pmr.threadloading"; + +message TryThreadLoadingResponse +{ + +} \ No newline at end of file -- cgit v1.3.1