openmw-tes3coop/components/openmw-mp/Packets/Player/PacketPlayerLevel.hpp

18 lines
416 B
C++
Raw Normal View History

#ifndef OPENMW_PACKETPLAYERLEVEL_HPP
#define OPENMW_PACKETPLAYERLEVEL_HPP
#include <components/openmw-mp/Packets/Player/PlayerPacket.hpp>
namespace mwmp
{
class PacketPlayerLevel : public PlayerPacket
{
public:
PacketPlayerLevel(RakNet::RakPeerInterface *peer);
virtual void Packet(RakNet::BitStream *bs, BasePlayer *player, bool send);
};
}
#endif //OPENMW_PACKETPLAYERLEVEL_HPP