forked from teamnwah/openmw-tes3coop
Woops
This commit is contained in:
parent
a661de2a84
commit
118ab32c9b
1 changed files with 5 additions and 0 deletions
|
@ -38,6 +38,11 @@ namespace mwmp
|
|||
return (sizeof(packetID) + RakNet::RakNetGUID::size()); // packetID + RakNetGUID (uint64_t)
|
||||
}
|
||||
|
||||
unsigned char GetPacketID()
|
||||
{
|
||||
return packetID;
|
||||
}
|
||||
|
||||
protected:
|
||||
template<class templateType>
|
||||
void RW(templateType &data, unsigned int size, bool write)
|
||||
|
|
Loading…
Reference in a new issue