mirror of
https://github.com/HikikoMarmy/Champions-Reborn-Server.git
synced 2026-04-05 17:09:49 -03:00
Reorganized and cleaned up the solution.
This commit is contained in:
12
Source/Network/Event/NotifyForcedLogout.cpp
Normal file
12
Source/Network/Event/NotifyForcedLogout.cpp
Normal file
@@ -0,0 +1,12 @@
|
||||
#include "Network/Event/NotifyForcedLogout.hpp"
|
||||
|
||||
NotifyForcedLogout::NotifyForcedLogout() : GenericMessage( 0x41 )
|
||||
{
|
||||
}
|
||||
|
||||
void NotifyForcedLogout::Serialize( ByteBuffer &out ) const
|
||||
{
|
||||
out.write_u16( m_packetId );
|
||||
out.write_u32( 0 );
|
||||
out.write_u32( 0 );
|
||||
}
|
||||
Reference in New Issue
Block a user