Test Commit

This commit is contained in:
elacey
2019-05-08 14:27:05 -04:00
parent 7fa30879c0
commit 4aa2612cbe

View File

@@ -21,6 +21,7 @@ import java.util.ArrayList;
* The second word is not checked at the moment. It can be anything. If this * The second word is not checked at the moment. It can be anything. If this
* game is extended to deal with items, then the second part of the command * game is extended to deal with items, then the second part of the command
* should probably be changed to be an item rather than a String. * should probably be changed to be an item rather than a String.
* test
*/ */
class Command { class Command {
private String commandWord; private String commandWord;