| 323 | } |
| 324 | |
| 325 | bool RoomArena::importFromStream(std::istream& is) |
| 326 | { |
| 327 | if(!Room::importFromStream(is)) |
| 328 | return false; |
| 329 | // TODO: load fighting creatures |
| 330 | |
| 331 | return true; |
| 332 | } |
| 333 | |
| 334 | std::string RoomArena::getListenerName() const |
| 335 | { |
no outgoing calls
no test coverage detected