| 1612 | |
| 1613 | |
| 1614 | void cProtocol172::HandlePacketAnimation(cByteBuffer & a_ByteBuffer) |
| 1615 | { |
| 1616 | HANDLE_READ(a_ByteBuffer, ReadBEInt, int, EntityID); |
| 1617 | HANDLE_READ(a_ByteBuffer, ReadByte, Byte, Animation); |
| 1618 | m_Client->HandleAnimation(Animation); |
| 1619 | } |
| 1620 | |
| 1621 | |
| 1622 |
nothing calls this directly
no test coverage detected