forked from External/mage
Implement Aeon Engine (#8804)
Co-authored-by: teskogi <tojile7269@yeafam.com>
This commit is contained in:
parent
015cdf3136
commit
7ec94425df
7 changed files with 238 additions and 3 deletions
|
|
@ -3769,6 +3769,11 @@ public abstract class GameImpl implements Game {
|
|||
public boolean isGameStopped() {
|
||||
return gameStopped;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isTurnOrderReversed() {
|
||||
return state.getReverseTurnOrder();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue