This website requires JavaScript.
Explore
Help
Sign In
edraft
/
gswi-server
Archived
Watch
1
Star
0
Fork
0
You've already forked gswi-server
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
This repository has been archived on
2023-02-13
. You can view files and clone it, but cannot push or open issues or pull requests.
5bd57a9fef
gswi-server
/
gswi.Model
/
AuthRoles.cs
12 lines
137 B
C#
Raw
Normal View
History
Unescape
Escape
Added backend
2022-02-20 19:04:11 +01:00
using
System
;
namespace
gswi.Model
{
public
enum
AuthRoles
{
Improved permissions
2022-02-21 18:27:33 +01:00
Supporter
=
0
,
User
=
1
,
Improved roles
2022-02-21 17:12:57 +01:00
Admin
=
2
Added backend
2022-02-20 19:04:11 +01:00
}
}
Reference in New Issue
Copy Permalink