If you want to help us maintaining this wiki, check out our discord server: https://discord.gg/3u69jMa 

DC17mAntiArmorAmmoAttachment

From SWRC Wiki
Revision as of 10:26, 14 May 2021 by Plasma (talk | contribs) (Created page with "<source lang="c++"> //============================================================================= // DC-17m Anti Armor Ammo Attachment // // Created: 2003 December 3, Jenny...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
//=============================================================================
// DC-17m Anti Armor Ammo Attachment
//
// Created: 2003 December 3, Jenny Huang
//=============================================================================

class DC17mAntiArmorAmmoAttachment extends Actor
	notplaceable;


defaultproperties
{
     DrawType=DT_StaticMesh
     StaticMesh=StaticMesh'Weapons.CloneWeapons.DC17mAntiArmorAmmo'
}