summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/DiscoveryState.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/DiscoveryState.cs')
-rw-r--r--Client/Assembly-CSharp/DiscoveryState.cs7
1 files changed, 7 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/DiscoveryState.cs b/Client/Assembly-CSharp/DiscoveryState.cs
new file mode 100644
index 0000000..4da2cfc
--- /dev/null
+++ b/Client/Assembly-CSharp/DiscoveryState.cs
@@ -0,0 +1,7 @@
+using System;
+
+public enum DiscoveryState
+{
+ Off,
+ Broadcast
+}