mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
CardDamageHistory: add getThisCombatDamaged
This commit is contained in:
@@ -290,6 +290,9 @@ public class CardDamageHistory {
|
||||
public final boolean getCreatureGotBlockedThisTurn() {
|
||||
return this.creatureGotBlockedThisTurn;
|
||||
}
|
||||
public final List<GameEntity> getThisCombatDamaged() {
|
||||
return damagedThisCombat;
|
||||
}
|
||||
public final List<GameEntity> getThisTurnDamaged() {
|
||||
return damagedThisTurn;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user