end of anonoymous namespace
| 400 | //////////////////////////////////////////////////////////////////////////////////////////// |
| 401 | } // end of anonoymous namespace |
| 402 | void sendBuffs(const Entity &src, BitStream &bs) |
| 403 | { |
| 404 | bs.StorePackedBits(5, src.m_buffs.size()); |
| 405 | for(const Buffs &buff : src.m_buffs) |
| 406 | buff.m_buff_info.serializeto(bs); |
| 407 | } |
| 408 | |
| 409 | void serializeto(const Entity & src, ClientEntityStateBelief &belief, BitStream &bs ) |
| 410 | { |
no test coverage detected