This commit is contained in:
jslightham
2019-06-01 02:05:37 -04:00
parent f937a017cd
commit d941264ec1
6 changed files with 26 additions and 2 deletions

View File

@@ -1,6 +1,9 @@
package com.bayviewglen.zork.Entities;
public class Riddle {
/*
* A simple riddle object that stores a question, and the answer to that question that is used in the riddler class.
*/
private String question;
private String answer;