ICommandService.CommandListener
Delegate ICommandService.CommandListener
Namespace: SwiftlyS2.Shared.Commands
Assembly: SwiftlyS2.CS2.dll
The listener for the command.
public delegate void ICommandService.CommandListener(ICommandContext context)Parameters
- context ICommandContext — The command context.