public bool Combat(Card monster, Player player) { return true; }
public void Cursed(Card curse, Player player) { throw new NotImplementedException(); }
public CurrentTurn(Player player) { this.player = player; player.BeginTurn(); KickDownDoor(); }