- Removed old TODO
This commit is contained in:
@@ -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); }
|
||||||
|
|||||||
Reference in New Issue
Block a user