forked from External/mage
Emblems. GetEmblemEffect.
This commit is contained in:
parent
9f7720b69e
commit
1751a588a0
4 changed files with 244 additions and 2 deletions
|
|
@ -212,6 +212,10 @@ public class GameState implements Serializable, Copyable<GameState> {
|
|||
return exile;
|
||||
}
|
||||
|
||||
public Command getCommand() {
|
||||
return command;
|
||||
}
|
||||
|
||||
public Revealed getRevealed() {
|
||||
return revealed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue