spjspj - Add in 'View Current Deck' option.

This commit is contained in:
spjspj 2017-04-23 13:06:09 +10:00
parent 56ce1abb44
commit 6ab4a94bd7
10 changed files with 73 additions and 4 deletions

View file

@ -83,5 +83,6 @@ public enum PlayerAction {
CLIENT_RECONNECT,
CLIENT_REPLAY_ACTION,
HOLD_PRIORITY,
UNHOLD_PRIORITY
UNHOLD_PRIORITY,
VIEW_LIMITED_DECK
}