mirror of
https://github.com/HikikoMarmy/Champions-Reborn-Server.git
synced 2026-04-04 08:49:47 -03:00
11 lines
196 B
C++
11 lines
196 B
C++
#pragma once
|
|
|
|
#include "../GenericNetMessage.hpp"
|
|
|
|
class NotifyForcedLogout : public GenericMessage {
|
|
private:
|
|
|
|
public:
|
|
NotifyForcedLogout();
|
|
void Serialize( ByteBuffer &out ) const override;
|
|
}; |