Built motion from commit 6a09e18b.|2.6.11
[motion2.git] / legacy-libs / grpc-cloned / node_modules / protobufjs / tests / negid.proto
diff --git a/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/negid.proto b/legacy-libs/grpc-cloned/node_modules/protobufjs/tests/negid.proto
new file mode 100644 (file)
index 0000000..9b6a2ec
--- /dev/null
@@ -0,0 +1,9 @@
+message Test {\r
+    required LobbyType type = 1 [default=INVALID];\r
+    \r
+    enum LobbyType {\r
+        INVALID = -1;\r
+        MATCH = 0;\r
+        PRACTICE = 1;\r
+    }\r
+}\r