constant that represent AIs used in deck strength viewer

master
melvinzhang 2015-04-04 21:08:04 +08:00
parent 96e65e7012
commit 9a305659f2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ public enum MagicAIImpl {
;
public static final MagicAIImpl[] SUPPORTED_AIS = {MMAB, MMABC, MCTS, MCTSC, VEGAS, VEGASC};
public static final MagicAIImpl[] DECKSTR_AIS = {MMABFast, MMABFast};
private final String name;
private final MagicAI ai;