Move abstract classes outside commands package
MiranCZ opened this issue ยท 12 comments
Maybe someone just forgot to move PickBlockFeature
and RayCastFeature
outside the packages?
Why is it like this? CommandFeature
is outside. And you have those two inside with other actual commands
They should all be in 1 package, each command is represented by 1 class anyway
Yes, that's outside of the commands and toggleable packages because it is neither, its the superclass of all commands