debug x2
This commit is contained in:
parent
45ae8ed52f
commit
81bcd43047
@ -12,9 +12,9 @@ import java.util.List;
|
|||||||
@AllArgsConstructor
|
@AllArgsConstructor
|
||||||
@Getter
|
@Getter
|
||||||
public enum GameState {
|
public enum GameState {
|
||||||
MOVE(Arrays.asList(GameMsgType.DialogConfirmAnswer, GameMsgType.DialogCancelAnswer), true, MoveManager.class),
|
MOVE(Arrays.asList(GameMsgType.DialogConfirmAnswer, GameMsgType.DialogCancelAnswer), true, MoveManager.class);
|
||||||
TRADES(Collections.emptyList(), false, null),
|
/*TRADES(Collections.emptyList(), false, null),
|
||||||
AUCTION(Collections.emptyList(), false, null);
|
AUCTION(Collections.emptyList(), false, null);*/
|
||||||
|
|
||||||
private final List<GameMsgType> allowedRequests;
|
private final List<GameMsgType> allowedRequests;
|
||||||
private final boolean allowedDialog;
|
private final boolean allowedDialog;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user