mirror of
https://github.com/celisej567/mcpe.git
synced 2026-09-04 19:36:43 +03:00
11 lines
114 B
C++
11 lines
114 B
C++
#pragma once
|
|
|
|
#include "Packet.hpp"
|
|
|
|
class MinecraftPackets
|
|
{
|
|
public:
|
|
static Packet* createPacket(int type);
|
|
};
|
|
|