()
| 2147 | } |
| 2148 | |
| 2149 | public final Card getExiledWith() { |
| 2150 | return exiledWith; |
| 2151 | } |
| 2152 | public final void setExiledWith(final Card e) { |
| 2153 | exiledWith = view.setCard(exiledWith, e, TrackableProperty.ExiledWith); |
| 2154 | } |
no outgoing calls
no test coverage detected