Interface ICommandAttribute
Base interface for command attributes. Implemented by [PlayerCommand] and [ConsoleCommand].
public interface ICommandAttribute
Properties
Name
The command name (optional; derives from method name if not specified).
string? Name { get; }