add source-sdk-2013

This commit is contained in:
nillerusr
2022-03-01 23:00:42 +03:00
parent 88b8830e8b
commit edc8d6c584
3288 changed files with 3731 additions and 1062455 deletions
-32
View File
@@ -1,32 +0,0 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=============================================================================//
#include "cbase.h"
#include "fx_dod_shared.h"
#include "weapon_dodfullauto.h"
IMPLEMENT_NETWORKCLASS_ALIASED( DODFullAutoWeapon, DT_FullAutoWeapon )
BEGIN_NETWORK_TABLE( CDODFullAutoWeapon, DT_FullAutoWeapon )
END_NETWORK_TABLE()
BEGIN_PREDICTION_DATA( CDODFullAutoWeapon )
END_PREDICTION_DATA()
CDODFullAutoWeapon::CDODFullAutoWeapon()
{
}
void CDODFullAutoWeapon::Spawn()
{
BaseClass::Spawn();
}
void CDODFullAutoWeapon::PrimaryAttack( void )
{
BaseClass::PrimaryAttack();
}