| 185 | } |
| 186 | |
| 187 | void CUIArtefactDetectorElite::Clear() { m_items_to_draw.clear(); } |
| 188 | void CUIArtefactDetectorElite::RegisterItemToDraw(const Fvector& p, const shared_str& palette_idx) |
| 189 | { |
| 190 | auto it = m_palette.find(palette_idx); |
no test coverage detected