summaryrefslogtreecommitdiff
path: root/Client/Assembly-CSharp/InnerNet/LimboStates.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Client/Assembly-CSharp/InnerNet/LimboStates.cs')
-rw-r--r--Client/Assembly-CSharp/InnerNet/LimboStates.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/Client/Assembly-CSharp/InnerNet/LimboStates.cs b/Client/Assembly-CSharp/InnerNet/LimboStates.cs
new file mode 100644
index 0000000..80446bb
--- /dev/null
+++ b/Client/Assembly-CSharp/InnerNet/LimboStates.cs
@@ -0,0 +1,11 @@
+using System;
+
+namespace InnerNet
+{
+ public enum LimboStates
+ {
+ PreSpawn,
+ NotLimbo,
+ WaitingForHost
+ }
+}