This website requires JavaScript.
Explore
Register
Sign In
i2p
/
Troll-V2
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
main
Troll-V2
/
Quasar.Common
/
Enums
/
AccountType.cs
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
Delete Directory
11 lines
137 B
C#
Raw
Permalink
Normal View
History
Unescape
Escape
initial commit
2026-08-27 11:22:16 -06:00
namespace
Quasar.Common.Enums
{
public
enum
AccountType
{
Admin
,
User
,
Guest
,
Unknown
}
}
Reference in New Issue
Copy Permalink