mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 02:58:16 +00:00
9 lines
171 B
Python
9 lines
171 B
Python
from card.basic.card_victory import Victory
|
|
|
|
|
|
class Estate(Victory):
|
|
two_player_count = 14
|
|
four_player_count = 18
|
|
five_player_count = 21
|
|
six_player_count = 24
|