mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
- Removed two unused variables in the combat class.
This commit is contained in:
@@ -43,9 +43,6 @@ public class Combat {
|
|||||||
private Player attackingPlayer = null;
|
private Player attackingPlayer = null;
|
||||||
private Player defendingPlayer = null;
|
private Player defendingPlayer = null;
|
||||||
|
|
||||||
private CardList attackersWithLure = new CardList();
|
|
||||||
private CardList canBlockAttackerWithLure = new CardList();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* <p>
|
* <p>
|
||||||
* Constructor for Combat.
|
* Constructor for Combat.
|
||||||
@@ -72,9 +69,6 @@ public class Combat {
|
|||||||
attackingPlayer = null;
|
attackingPlayer = null;
|
||||||
defendingPlayer = null;
|
defendingPlayer = null;
|
||||||
|
|
||||||
attackersWithLure.clear();
|
|
||||||
canBlockAttackerWithLure.clear();
|
|
||||||
|
|
||||||
defenders.clear();
|
defenders.clear();
|
||||||
currentDefender = 0;
|
currentDefender = 0;
|
||||||
nextDefender = 0;
|
nextDefender = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user