mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-01 01:53:37 +00:00
6 lines
84 B
C++
6 lines
84 B
C++
#pragma once
|
|
|
|
#include "Packet.h"
|
|
|
|
class ChatAutoCompletePacket : public Packet {
|
|
}; |