mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-15 21:42:53 +00:00
6 lines
77 B
C++
6 lines
77 B
C++
#pragma once
|
|
|
|
#include "Packet.h"
|
|
|
|
class SharedKeyPacket : public Packet {
|
|
}; |