Update usermessage helpers with new messages.

This commit is contained in:
Nicholas Hastings 2014-09-01 11:16:28 -04:00
parent 089e5a046b
commit 223a7ab7a2

View File

@ -71,6 +71,8 @@ CCstrike15UsermessageHelpers::CCstrike15UsermessageHelpers()
SETUP_MESSAGE( ItemDrop );
SETUP_MESSAGE( GlowPropTurnOff );
SETUP_MESSAGE( SendPlayerItemDrops );
SETUP_MESSAGE( RoundBackupFilenames );
SETUP_MESSAGE( SendPlayerItemFound );
}
const google::protobuf::Message *CCstrike15UsermessageHelpers::GetPrototype( int index ) const