mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 15:57:37 +00:00
6 lines
82 B
C++
6 lines
82 B
C++
#pragma once
|
|
|
|
#include "Packet.h"
|
|
|
|
class ServerAuthDataPacket : public Packet {
|
|
}; |