1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 04:26:03 +08:00

Update usermessage/clientmessage helpers.

This commit is contained in:
Nicholas Hastings
2015-02-20 09:13:41 -05:00
parent a80a03849b
commit 78eb05f228
2 changed files with 3 additions and 0 deletions

View File

@ -54,6 +54,7 @@ CDotaClientMessageHelpers::CDotaClientMessageHelpers()
SETUP_DOTA_MESSAGE( GlyphAlert );
SETUP_DOTA_MESSAGE( TeamShowcaseClientData );
SETUP_DOTA_MESSAGE( PlayTeamShowcase );
SETUP_DOTA_MESSAGE( EventCNY2015Cmd );
}
const google::protobuf::Message *CDotaClientMessageHelpers::GetPrototype( int index ) const

View File

@ -130,6 +130,8 @@ CDotaUsermessageHelpers::CDotaUsermessageHelpers()
SETUP_DOTA_MESSAGE( ModifierAlert );
SETUP_DOTA_MESSAGE( HPManaAlert );
SETUP_DOTA_MESSAGE( GlyphAlert );
SETUP_DOTA_MESSAGE( BeastChat );
SETUP_DOTA_MESSAGE( SpectatorPlayerUnitOrders );
}
const google::protobuf::Message *CDotaUsermessageHelpers::GetPrototype( int index ) const