mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 21:12:04 -08:00
Added missing player type.
This commit is contained in:
parent
a04bbce5db
commit
989250c7f6
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ public enum PlayerType {
|
|||
HUMAN("Human"),
|
||||
COMPUTER_DRAFT_BOT("Computer - draftbot"),
|
||||
COMPUTER_MINIMAX_HYBRID("Computer - minimax hybrid"),
|
||||
COMPUTER_MONTE_CARLO("Computer - monte carlo"),
|
||||
COMPUTER_MAD("Computer - mad");
|
||||
|
||||
String description;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue