5 lines
81 B
C++
5 lines
81 B
C++
#pragma once
|
|
|
|
#include "Packet.h"
|
|
|
|
class ServerAuthDataPacket : public Packet {}; |