Emblems. GetEmblemEffect.

This commit is contained in:
magenoxx 2011-08-03 19:16:39 +04:00
parent 9f7720b69e
commit 1751a588a0
4 changed files with 244 additions and 2 deletions

View file

@ -212,6 +212,10 @@ public class GameState implements Serializable, Copyable<GameState> {
return exile;
}
public Command getCommand() {
return command;
}
public Revealed getRevealed() {
return revealed;
}