()
| 194 | return lastStateBattlefield; |
| 195 | } |
| 196 | public CardCollectionView getLastStateGraveyard() { |
| 197 | return lastStateGraveyard; |
| 198 | } |
| 199 | |
| 200 | public void stashGameState() { |
| 201 | // Take a snapshot of the current state to restore to previous state |
no outgoing calls
no test coverage detected