public PlaceMonsterAction(MonsterCard card) : base() { this.card = card; }
public CheckPlaceMonsterAction(MonsterCard c) { card = c; }