diff options
Diffstat (limited to 'Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto')
| -rw-r--r-- | Software/PMR/Messages/ThreadLoading/TryThreadLoadingResponse.proto | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
