| 824 | } |
| 825 | |
| 826 | void Npc::setNetStates() { |
| 827 | m_uniqueIdNetState.set(uniqueId()); |
| 828 | m_teamNetState.set(getTeam()); |
| 829 | m_humanoidStateNetState.set(m_humanoid.state()); |
| 830 | m_humanoidEmoteStateNetState.set(m_humanoid.emoteState()); |
| 831 | m_humanoidDanceNetState.set(m_humanoid.dance()); |
| 832 | } |
| 833 | |
| 834 | void Npc::getNetStates(bool initial) { |
| 835 | setUniqueId(m_uniqueIdNetState.get()); |
no test coverage detected