Interface ICommand
Represents a command.
Namespace: OpenMod.API.Commands
Assembly: OpenMod.API.dll
Syntax
public interface ICommand
Methods
| Improve this Doc View SourceExecuteAsync()
Executes the command.
Declaration
Task ExecuteAsync()
Returns
| Type | Description |
|---|---|
| Task |