mirror of
https://github.com/DrPerkyLegit/LCEServerTest.git
synced 2026-05-22 03:25:30 +00:00
removed git history
This commit is contained in:
20
Minecraft.World/GameCommandPacket.cpp
Normal file
20
Minecraft.World/GameCommandPacket.cpp
Normal file
@@ -0,0 +1,20 @@
|
||||
#include "stdafx.h"
|
||||
#include "InputOutputStream.h"
|
||||
#include "PacketListener.h"
|
||||
#include "BasicTypeContainers.h"
|
||||
#include "GameCommandPacket.h"
|
||||
|
||||
GameCommandPacket::GameCommandPacket() { }
|
||||
|
||||
GameCommandPacket::~GameCommandPacket() { }
|
||||
|
||||
void GameCommandPacket::read(DataInputStream *dis) { }
|
||||
|
||||
void GameCommandPacket::write(DataOutputStream *dos) { }
|
||||
|
||||
void GameCommandPacket::handle(PacketListener *listener) { }
|
||||
|
||||
int GameCommandPacket::getEstimatedSize()
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user