Interface ICommandHandler<T>
Namespace: Glitch9
Assembly: Glitch9.dll
Syntax
public interface ICommandHandler<T> where T : ICommand
Type Parameters
| Name | Description |
|---|---|
| T |
Methods
| Edit this page View SourceHandleCommand(T)
Declaration
void HandleCommand(T cmd)
Parameters
| Type | Name | Description |
|---|---|---|
| T | cmd |