Fix ProtocolMethod

This commit is contained in:
Anthony Calosa
2021-03-24 14:34:23 +08:00
parent 32b24b7884
commit f67b46255a

View File

@@ -38,7 +38,7 @@ public enum ProtocolMethod {
updateButtons (Mode.SERVER, Void.TYPE, PlayerView.class, String.class, String.class, Boolean.TYPE, Boolean.TYPE, Boolean.TYPE), updateButtons (Mode.SERVER, Void.TYPE, PlayerView.class, String.class, String.class, Boolean.TYPE, Boolean.TYPE, Boolean.TYPE),
flashIncorrectAction(Mode.SERVER), flashIncorrectAction(Mode.SERVER),
alertUser (Mode.SERVER), alertUser (Mode.SERVER),
updatePhase (Mode.SERVER), updatePhase (Mode.SERVER, Void.TYPE, Boolean.TYPE),
updateTurn (Mode.SERVER, Void.TYPE, PlayerView.class), updateTurn (Mode.SERVER, Void.TYPE, PlayerView.class),
updatePlayerControl (Mode.SERVER), updatePlayerControl (Mode.SERVER),
enableOverlay (Mode.SERVER), enableOverlay (Mode.SERVER),