mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 02:58:16 +00:00
7 lines
158 B
Python
7 lines
158 B
Python
from card.basic.card_action import Action
|
|
from card.special.card_gain_trash import CardGainTrash
|
|
|
|
|
|
class Remodel(Action, CardGainTrash):
|
|
coin_gain = 2
|