TestWeapon is no longer needed in base. This stuff will all be replaced.

This commit is contained in:
Marco Cawthorne 2023-06-15 11:39:32 -07:00
parent 0dc8f4ec75
commit 9b526ecbd5
Signed by: eukara
GPG Key ID: CE2032F0A2882A22
2 changed files with 0 additions and 21 deletions

View File

@ -1,20 +0,0 @@
class
TestWeapon:NSWeapon
{
public:
void TestWeapon(void);
virtual string GetWorldModel(void);
};
void
TestWeapon::TestWeapon(void)
{
}
string
TestWeapon::GetWorldModel(void)
{
return "models/error.vvm";
}

View File

@ -10,7 +10,6 @@ fx_breakmodel.qc
fx_corpse.qc
fx_gibhuman.qc
fx_impact.qc
TestWeapon.qc
weapons.qc
weapon_common.qc
#endlist