Class RegisteredCommandsData
Inheritance
System.Object
RegisteredCommandsData
Namespace: OpenMod.Core.Commands
Assembly: OpenMod.Core.dll
Syntax
public sealed class RegisteredCommandsData : object
Properties
| Improve this Doc View SourceCommands
Declaration
public List<RegisteredCommandData>? Commands { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<List<RegisteredCommandData>> |