Changed @author to real name
This commit is contained in:
@@ -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> {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user