| 82 | } |
| 83 | |
| 84 | ItemDescriptor ToolUser::primaryHandItemDescriptor() const { |
| 85 | if (m_primaryHandItem.get()) |
| 86 | return m_primaryHandItem.get()->descriptor(); |
| 87 | return {}; |
| 88 | } |
| 89 | |
| 90 | ItemDescriptor ToolUser::altHandItemDescriptor() const { |
| 91 | if (m_altHandItem.get()) |
no test coverage detected