mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 19:18:18 +00:00
7 lines
102 B
Python
7 lines
102 B
Python
from card.basic.card_treasure import Treasure
|
|
|
|
|
|
class Silver(Treasure):
|
|
pile_player_rate = 40
|
|
|