mirror of
https://github.com/neogeek23/Dominion-Strategy-Simulator.git
synced 2026-02-04 02:58:16 +00:00
6 lines
75 B
Python
6 lines
75 B
Python
from card.card import Card
|
|
|
|
|
|
class Moat(Card):
|
|
prevent_attack = True
|