improved @author mark

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