1
Fork 0
mirror of https://github.com/SapphireServer/Sapphire.git synced 2025-04-27 22:57:45 +00:00

Just style fixes

This commit is contained in:
Mordred 2017-12-29 20:12:03 +01:00
parent 75c2dfffd2
commit f6ae3a35c3

View file

@ -10,7 +10,8 @@ namespace Core {
namespace Network {
namespace Packets {
class GamePacket {
class GamePacket
{
public:
GamePacket( uint16_t subType, uint16_t size, uint32_t id1, uint32_t id2, uint16_t type = 0x03 );
GamePacket( char* pData, uint16_t size, bool bWriteStamp = true );