![]() |
Shadowrun: Awakened 29 September 2011 - Build 871
|
00001 #include "LoginReplyPacket.h" 00002 00003 namespace SraNetwork 00004 { 00005 LoginReplyPacket::LoginReplyPacket(void) 00006 { 00007 opCode = ID_LOGIN_REP; 00008 } 00009 00010 00011 LoginReplyPacket::~LoginReplyPacket(void) 00012 { 00013 } 00014 00018 void LoginReplyPacket::Serialize(RakNet::BitStream* target) 00019 { 00020 SraPacket::Serialize(target); 00021 target->Write<int>(clientID); 00022 } 00023 00027 void LoginReplyPacket::Deserialize(RakNet::BitStream* source) 00028 { 00029 source->Read<int>(clientID); 00030 } 00031 } 00032 00033
Copyright © 2007-2010 by The Shadowrun: Awakened Team. This work is licensed under the GNU Lesser General Public License 3.