(List<Card> activePlane0)
| 1023 | return activePlanes; |
| 1024 | } |
| 1025 | public void setActivePlanes(List<Card> activePlane0) { |
| 1026 | activePlanes = activePlane0; |
| 1027 | } |
| 1028 | |
| 1029 | public GameStage getAge() { |
| 1030 | return age; |
no outgoing calls
no test coverage detected