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