forked from External/mage
Trove of Temptation - Basic some changes to Combat and Human
This commit is contained in:
parent
2ca09895e3
commit
d9c601dd26
6 changed files with 271 additions and 62 deletions
|
|
@ -105,6 +105,10 @@ public class CombatGroup implements Serializable, Copyable<CombatGroup> {
|
|||
return defenderId;
|
||||
}
|
||||
|
||||
public UUID getDefendingPlayerId() {
|
||||
return defendingPlayerId;
|
||||
}
|
||||
|
||||
public List<UUID> getAttackers() {
|
||||
return attackers;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue