mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-04-29 21:43:37 +00:00
6 lines
82 B
C++
6 lines
82 B
C++
#pragma once
|
|
|
|
#include "Packet.h"
|
|
|
|
class ServerAuthDataPacket : public Packet {
|
|
}; |