| 973 | } |
| 974 | |
| 975 | Vec2F Npc::handOffset(ToolHand hand, Direction facingDirection) const { |
| 976 | return m_tools->handOffset(m_humanoid, hand, facingDirection); |
| 977 | } |
| 978 | |
| 979 | Vec2F Npc::handPosition(ToolHand hand, Vec2F const& handOffset) const { |
| 980 | return m_tools->handPosition(hand, m_humanoid, handOffset); |