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

18 lines
416 B
C++
Raw Normal View History

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