CommandAttribute<TCommand>
public sealed class CommandAttribute<TCommand> : CommandAttribute where TCommand : ISerializable<TCommand>
Registers command type in the interpreter.
Registers command type in the interpreter.