refactor: nicer enum arrangement of RequestTypes

This commit is contained in:
Yannik Bretschneider 2021-05-28 16:20:22 +02:00
parent b871b4d3a4
commit da1d72d61a
1 changed files with 3 additions and 0 deletions

View File

@ -2,11 +2,14 @@ package uulm.teamname.marvelous.gamelibrary.requests;
/** Specifies the type of a {@link Request}. */
public enum RequestType {
// CharacterRequests
MeleeAttackRequest,
RangedAttackRequest,
MoveRequest,
ExchangeInfinityStoneRequest,
UseInfinityStoneRequest,
// GameRequests
PauseStopRequest,
PauseStartRequest,
EndRoundRequest,