mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-30 17:33:36 +00:00
6 lines
77 B
C++
6 lines
77 B
C++
#pragma once
|
|
|
|
#include "Packet.h"
|
|
|
|
class SharedKeyPacket : public Packet {
|
|
}; |