Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
added play method
Browse files Browse the repository at this point in the history
  • Loading branch information
null committed Apr 4, 2024
1 parent eeb2c99 commit e4a1816
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,10 @@ class Card {
wasPlayedThisTurn() {
return Game.instance.currentTurn == this.turnPlayed;
}

play(target: Targeter) {
return false;
}
}

class Creature extends Card {
Expand Down

0 comments on commit e4a1816

Please sign in to comment.