Coverage Summary for Class: GameDifficulty (com.mygdx.game.Managers)

Class Class, % Method, % Line, %
GameDifficulty 100% (1/1) 100% (1/1) 100% (4/4)


1 package com.mygdx.game.Managers; 2  3 /** 4  * Transparent always top most then 5, 4, 3, 2, 1 in order of presidency 5  */ 6 public enum GameDifficulty { 7  Easy, 8  Regular, 9  Hard 10 }