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