| 51 | auto Sorcery::Inspect::_initialise() -> bool { |
| 52 | |
| 53 | return true; |
| 54 | } |
| 55 | |
| 56 | auto Sorcery::Inspect::set(const int char_id) -> void { |
| 57 | |
| 58 | _ctx.controller->set_character(Enums::CharacterSlot::INSPECT, char_id); |
| 59 | } |
nothing calls this directly
no test coverage detected