What’s the difference between a `Piece` and a `AliasPiece`

^
Solution:
AliasPieces can have aliases, Pieces cannot
Jump to solution
2 Replies
Solution
Favna
Favna3y ago
AliasPieces can have aliases, Pieces cannot
Favna
Favna3y ago
For example Command extends AliasPiece allowing both command name and any assigned aliases to trigger the same command

Did you find this page helpful?