10 lines
108 B
C#
10 lines
108 B
C#
namespace Discord
|
|
{
|
|
public enum PermValue
|
|
{
|
|
Allow,
|
|
Deny,
|
|
Inherit
|
|
}
|
|
}
|