mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-03 05:16:38 +00:00
6 lines
77 B
C++
6 lines
77 B
C++
#pragma once
|
|
|
|
#include "Packet.h"
|
|
|
|
class SharedKeyPacket : public Packet {
|
|
}; |