Returns what zone this card was cast from (from what zone it was moved to the stack).
()
| 7117 | * Returns what zone this card was cast from (from what zone it was moved to the stack). |
| 7118 | */ |
| 7119 | public Zone getCastFrom() { |
| 7120 | return castFrom; |
| 7121 | } |
| 7122 | public void setCastFrom(final Zone castFrom0) { |
| 7123 | castFrom = castFrom0; |
| 7124 | } |
no outgoing calls
no test coverage detected