Merge pull request #3516 from ruler501/summerproject

Shortcut/Macro System
This commit is contained in:
LevelX2 2017-06-26 17:53:49 +02:00 committed by GitHub
commit 9b31a5a7e3
10 changed files with 500 additions and 83 deletions

View file

@ -84,5 +84,6 @@ public enum PlayerAction {
CLIENT_REPLAY_ACTION,
HOLD_PRIORITY,
UNHOLD_PRIORITY,
VIEW_LIMITED_DECK
VIEW_LIMITED_DECK,
TOGGLE_RECORD_MACRO
}