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