@return the directory for output sheets for the current game mode
()
| 2208 | * @return the directory for output sheets for the current game mode |
| 2209 | */ |
| 2210 | public String getOutputSheetDirectory() |
| 2211 | { |
| 2212 | return outputSheetDirectory; |
| 2213 | } |
| 2214 | |
| 2215 | /** |
| 2216 | * |
no outgoing calls
no test coverage detected