mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-30 08:35:52 -04:00
Woops
This commit is contained in:
parent
a661de2a84
commit
118ab32c9b
@ -38,6 +38,11 @@ namespace mwmp
|
|||||||
return (sizeof(packetID) + RakNet::RakNetGUID::size()); // packetID + RakNetGUID (uint64_t)
|
return (sizeof(packetID) + RakNet::RakNetGUID::size()); // packetID + RakNetGUID (uint64_t)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
unsigned char GetPacketID()
|
||||||
|
{
|
||||||
|
return packetID;
|
||||||
|
}
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
template<class templateType>
|
template<class templateType>
|
||||||
void RW(templateType &data, unsigned int size, bool write)
|
void RW(templateType &data, unsigned int size, bool write)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user