mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 22:45:15 -04:00
Add PacketLoaded
This commit is contained in:
parent
df13e9c37a
commit
fe370fa995
22
components/openmw-mp/Packets/PacketLoaded.hpp
Normal file
22
components/openmw-mp/Packets/PacketLoaded.hpp
Normal file
@ -0,0 +1,22 @@
|
||||
//
|
||||
// Created by koncord on 17.09.16.
|
||||
//
|
||||
|
||||
#ifndef OPENMW_PACKETLOADED_HPP
|
||||
#define OPENMW_PACKETLOADED_HPP
|
||||
|
||||
#include <components/openmw-mp/Packets/BasePacket.hpp>
|
||||
|
||||
namespace mwmp
|
||||
{
|
||||
class PacketLoaded : public BasePacket
|
||||
{
|
||||
public:
|
||||
PacketLoaded(RakNet::RakPeerInterface *peer) : BasePacket(peer)
|
||||
{
|
||||
packetID = ID_LOADED;
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
#endif //OPENMW_PACKETLOADED_HPP
|
Loading…
x
Reference in New Issue
Block a user