public class Engagement
extends Object
Holds the basic data for an engagement.
TODO: use also on server side.
TODO: unify with EngagementResults.Engagement
-
Field Summary
Fields
If engagement is ongoing, the masterBoard hex, attacker and defender
-
Constructor Summary
Constructors
-
Method Summary
-
Field Details
-
LOGGER
private static final Logger LOGGER
-
attacker
If engagement is ongoing, the masterBoard hex, attacker and defender
-
-
-
-
Method Details
-
-
getLocationLabel
public String getLocationLabel()
-
getDefendingLegion
public Legion getDefendingLegion()
-
getAttackingLegion
public Legion getAttackingLegion()
-