mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-09 18:29:35 +00:00
1
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//========= Copyright Valve Corporation, All rights reserved. ============//
|
||||
//
|
||||
// Purpose:
|
||||
//
|
||||
// $NoKeywords: $
|
||||
//=============================================================================//
|
||||
#include "cbase.h"
|
||||
#include "c_order_buildshieldwall.h"
|
||||
|
||||
|
||||
IMPLEMENT_CLIENTCLASS_DT( C_OrderBuildShieldWall, DT_OrderBuildShieldWall, COrderBuildShieldWall )
|
||||
END_RECV_TABLE()
|
||||
|
||||
|
||||
void C_OrderBuildShieldWall::GetDescription( char *pDest, int bufferSize )
|
||||
{
|
||||
Q_strncpy( pDest, "Build Shield Wall To Protect Object", bufferSize );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user