aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Objects
diff options
context:
space:
mode:
authorCarver Harrison <[email protected]>2017-01-08 13:57:30 -0800
committerGitHub <[email protected]>2017-01-08 13:57:30 -0800
commit5c5f9400035d78177cb43a277dd5ba0ba662d8fb (patch)
treeeb855bf46de649a50d69d926951d79ce77056d98 /ShiftOS.Objects
parent412f3a12c6dc5359a7b9f54791f0e68103c9d8e7 (diff)
downloadshiftos_thereturn-5c5f9400035d78177cb43a277dd5ba0ba662d8fb.tar.gz
shiftos_thereturn-5c5f9400035d78177cb43a277dd5ba0ba662d8fb.tar.bz2
shiftos_thereturn-5c5f9400035d78177cb43a277dd5ba0ba662d8fb.zip
Update Legion.cs
Diffstat (limited to 'ShiftOS.Objects')
-rw-r--r--ShiftOS.Objects/Legion.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/ShiftOS.Objects/Legion.cs b/ShiftOS.Objects/Legion.cs
index 04c64c4..078064f 100644
--- a/ShiftOS.Objects/Legion.cs
+++ b/ShiftOS.Objects/Legion.cs
@@ -3,7 +3,8 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
-
+namespace ShiftOS.Objects
+{
public enum LegionRole
{
Admin,
@@ -34,3 +35,4 @@ public enum LegionRole
}
+}