Number of card types in graveyards - added card hint for cards like Tarmogoyf

This commit is contained in:
Oleg Agafonov 2025-02-07 07:37:27 +04:00
parent 4a960995f7
commit 25e4930bd5
94 changed files with 245 additions and 306 deletions

View file

@ -30,7 +30,7 @@ public class StaticHint implements Hint {
}
@Override
public Hint copy() {
public StaticHint copy() {
return new StaticHint(this);
}
}