StrongJoshua / libgdx-inGameConsole

A LibGdx library that allows a developer to add a console (similar to how it is featured in Source games) to their game.
https://www.strongjoshua.net/projects/games/libgdx-ingame-console
Apache License 2.0
132 stars 34 forks source link

Small change to CommandExecutor.java #36

Closed Blunderchips closed 6 years ago

Blunderchips commented 6 years ago

There is no need for the Command Executor to be abstract. Makes it less intuitive to test when starting out.

StrongJoshua commented 6 years ago

Good point