Merge pull request #2032 from draxdyn/hold_priority

Hold priority on Ctrl+click
This commit is contained in:
LevelX2 2016-07-01 16:00:20 +02:00 committed by GitHub
commit 2874996994
8 changed files with 147 additions and 13 deletions

View file

@ -82,5 +82,6 @@ public enum PlayerAction {
CLIENT_DOWNLOAD_CARD_IMAGES,
CLIENT_RECONNECT,
CLIENT_REPLAY_ACTION,
HOLD_PRIORITY,
UNHOLD_PRIORITY
}