Formatted all files to the same standard
This commit is contained in:
@ -5,7 +5,7 @@ public enum Action {
|
||||
HUNT, TALE, GOLD, ENEMY;
|
||||
|
||||
public String toString() {
|
||||
|
||||
|
||||
String s = "";
|
||||
switch (this) {
|
||||
case ENEMY:
|
||||
|
Reference in New Issue
Block a user