Changed @author to real name

This commit is contained in:
2014-05-25 00:49:06 +02:00
parent 5963ec62a7
commit f862708ddd
278 changed files with 404 additions and 2124 deletions
@@ -9,7 +9,7 @@ import mightypork.rogue.screens.LoadingOverlay;
/**
* Request to execute a given task in a loading overlay
*
* @author MightyPork
* @author Ondřej Hruška
*/
@SingleReceiverEvent
public class LoadingOverlayRequest extends BusEvent<LoadingOverlay> {
@@ -9,7 +9,7 @@ import mightypork.rogue.RogueStateManager.RogueState;
/**
* Request for a game state change
*
* @author MightyPork
* @author Ondřej Hruška
*/
public class RogueStateRequest extends BusEvent<RogueStateManager> {