mirror of
https://github.com/HikikoMarmy/Champions-Reborn-Server.git
synced 2026-04-05 00:49:48 -03:00
Reorganized and cleaned up the solution.
This commit is contained in:
11
Include/Network/Event/NotifyForcedLogout.hpp
Normal file
11
Include/Network/Event/NotifyForcedLogout.hpp
Normal file
@@ -0,0 +1,11 @@
|
||||
#pragma once
|
||||
|
||||
#include "../GenericNetMessage.hpp"
|
||||
|
||||
class NotifyForcedLogout : public GenericMessage {
|
||||
private:
|
||||
|
||||
public:
|
||||
NotifyForcedLogout();
|
||||
void Serialize( ByteBuffer &out ) const override;
|
||||
};
|
||||
Reference in New Issue
Block a user