| 166 | return _candidate_party; |
| 167 | } |
| 168 | |
| 169 | auto Sorcery::Controller::get_last_event() const -> Enums::Map::Event { |
| 170 | |
| 171 | return _last_event; |
| 172 | } |
| 173 | |
| 174 | auto Sorcery::Controller::set_last_event(const Enums::Map::Event value) |
nothing calls this directly
no outgoing calls
no test coverage detected