View Javadoc

1   /*
2   @See License.txt@
3    */
4   package spellcast.questions;
5   
6   public enum QuestionType {
7       READY_TO_START();
8   }