Added screaming.
This commit is contained in:
parent
9381bdfe51
commit
bef41b2718
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
namespace SharpChat;
|
||||
|
||||
/// <summary>
|
||||
/// User Permissions.
|
||||
/// THESE CAN CHANGE AT ANY TIME!!!!
|
||||
/// If you want to store them or return permissions from another system, convert them!!!
|
||||
/// </summary>
|
||||
[Flags]
|
||||
public enum UserPermissions : ulong {
|
||||
SendMessage = 1ul,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue