| 352 | } |
| 353 | |
| 354 | ArrayView<const std::shared_ptr<Actors::ActorBase>> LevelHandler::GetActors() const |
| 355 | { |
| 356 | return _actors; |
| 357 | } |
| 358 | |
| 359 | ArrayView<Actors::Player* const> LevelHandler::GetPlayers() const |
| 360 | { |
no outgoing calls
no test coverage detected