mirror of
https://git.alee14.me/shiftos-archive/ShiftOS_TheReturn.git
synced 2025-01-22 18:02:16 +00:00
Update Legion.cs
This commit is contained in:
parent
412f3a12c6
commit
5c5f940003
1 changed files with 3 additions and 1 deletions
|
@ -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
|
|||
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue