Class PermissionRolesData
Inheritance
System.Object
PermissionRolesData
Namespace: OpenMod.Core.Permissions.Data
Assembly: OpenMod.Core.dll
Syntax
public sealed class PermissionRolesData : object
Properties
| Improve this Doc View SourceRoles
Declaration
public List<PermissionRoleData>? Roles { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<List<PermissionRoleData>> |