Fixed spaces instead of tabs.
This commit is contained in:
@ -10,11 +10,11 @@ public enum Action {
|
|||||||
case ENEMY:
|
case ENEMY:
|
||||||
return "spotted enemies";
|
return "spotted enemies";
|
||||||
case GOLD:
|
case GOLD:
|
||||||
return "found gold";
|
return "found gold";
|
||||||
case HUNT:
|
case HUNT:
|
||||||
return "hunted a rabbit";
|
return "hunted a rabbit";
|
||||||
case TALE:
|
case TALE:
|
||||||
return "tells a tale";
|
return "tells a tale";
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user