- Removed old TODO

This commit is contained in:
Matthew Cech
2019-04-12 21:44:19 -07:00
parent bc670c4811
commit 043fa14f16
+1 -2
View File
@@ -9,8 +9,7 @@ import dataStructures.KittyUser;
import dataStructures.Response; import dataStructures.Response;
import dataStructures.UserInput; import dataStructures.UserInput;
// TODO: Convert this to a per-command help string! This lets us do all sorts of neat stuff, // Either allows for specifically looking up commands or gets a list of general commands to try out!
// mostly tho it lets us construct this on the fly or by hand for a specific command!
public class CommandHelp extends Command public class CommandHelp extends Command
{ {
public CommandHelp(KittyRole level, KittyRating rating) { super(level, rating); } public CommandHelp(KittyRole level, KittyRating rating) { super(level, rating); }