MCServer c++ source files
git-svn-id: http://mc-server.googlecode.com/svn/trunk@3 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
8
source/packets/cPacket_Flying.cpp
Normal file
8
source/packets/cPacket_Flying.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "cPacket_Flying.h"
|
||||
|
||||
bool cPacket_Flying::Parse(cSocket & a_Socket)
|
||||
{
|
||||
m_Socket = a_Socket;
|
||||
if( !ReadBool( m_bFlying ) ) return false;
|
||||
return true;
|
||||
}
|
||||
Reference in New Issue
Block a user