mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-15 04:02:54 +00:00
5 lines
81 B
C++
5 lines
81 B
C++
#pragma once
|
|
|
|
#include "Packet.h"
|
|
|
|
class ClientProtocolPacket : public Packet {}; |