mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 12:18:00 +00:00
Support selecting commander
This commit is contained in:
@@ -159,8 +159,8 @@ public final class ConquestData {
|
||||
public ConquestCommander getSelectedCommander() {
|
||||
return commanders.get(selectedCommanderIndex);
|
||||
}
|
||||
public void setSelectedCommanderIndex(int index0) {
|
||||
selectedCommanderIndex = index0;
|
||||
public void setSelectedCommander(ConquestCommander commander) {
|
||||
selectedCommanderIndex = commanders.indexOf(commander);
|
||||
}
|
||||
|
||||
public Iterable<PaperCard> getUnlockedCards() {
|
||||
|
||||
Reference in New Issue
Block a user