Table of Contents

Enum PermValue

Namespace
Kook
Assembly
Kook.Net.Core.dll

表示一个权限的重写配置的值。

public enum PermValue

Fields

Allow = 0

允许此权限。

Deny = 1

禁止此权限。

Inherit = 2

继承此权限。