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:
parent
75c2dfffd2
commit
f6ae3a35c3
1 changed files with 9 additions and 8 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Reference in a new issue