mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-12 03:39:10 +00:00
add source-sdk-2013
This commit is contained in:
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user