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:
@ -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
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user