Added reference project
This commit is contained in:
9
ref/Enums/PermValue.cs
Normal file
9
ref/Enums/PermValue.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace Discord
|
||||
{
|
||||
public enum PermValue
|
||||
{
|
||||
Allow,
|
||||
Deny,
|
||||
Inherit
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user