made riddler for rooms, etc...

This commit is contained in:
Luca Carnegie
2019-05-29 13:42:53 -04:00
parent 7c2e8f8df6
commit c50c63477c
9 changed files with 61 additions and 64 deletions

View File

@@ -36,6 +36,7 @@ class Parser {
String direction = "";
String item = "";
String enemy = "";
String
boolean open = false;
//String word2;
ArrayList<String> words = new ArrayList<String>();